diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:53:28 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:53:28 -0800 |
commit | 220b5a65ed21015f2704e5b344d95e304fcefd87 (patch) | |
tree | 6d4bc63167bb98e6a8e7aa22f6c5875abb2d8c80 | |
parent | 5e7af20bf4372b908916f3e816614fcfe19491de (diff) | |
download | chef-220b5a65ed21015f2704e5b344d95e304fcefd87.tar.gz |
Update all auth email address from opscode.com and getchef.com to chef.io.
Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
803 files changed, 1018 insertions, 1018 deletions
@@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/bin/chef-client b/bin/chef-client index ad881c719e..207bb8941f 100755 --- a/bin/chef-client +++ b/bin/chef-client @@ -2,7 +2,7 @@ # # ./chef-client - Run the chef client # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/bin/chef-solo b/bin/chef-solo index f473d5d2e4..23def86a11 100755 --- a/bin/chef-solo +++ b/bin/chef-solo @@ -2,7 +2,7 @@ # # ./chef-solo - Run the chef client, in stand-alone mode # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/bin/chef-windows-service b/bin/chef-windows-service index ffc4676fda..8beb97c54e 100755 --- a/bin/chef-windows-service +++ b/bin/chef-windows-service @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: 2014, Chef Software, Inc. # @@ -2,7 +2,7 @@ # # ./knife - Chef CLI interface # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 6f57a9cf9a..0f20a46040 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) -# Author:: Mark Mzyk (<mmzyk@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) +# Author:: Mark Mzyk (<mmzyk@chef.io>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/chef-config/spec/unit/config_spec.rb b/chef-config/spec/unit/config_spec.rb index ac8bdc22d5..2408d3c822 100644 --- a/chef-config/spec/unit/config_spec.rb +++ b/chef-config/spec/unit/config_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/chef-config/spec/unit/workstation_config_loader_spec.rb b/chef-config/spec/unit/workstation_config_loader_spec.rb index b8fba26db7..ecfb27f8eb 100644 --- a/chef-config/spec/unit/workstation_config_loader_spec.rb +++ b/chef-config/spec/unit/workstation_config_loader_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef.rb b/lib/chef.rb index 672a962636..3e161dc365 100644 --- a/lib/chef.rb +++ b/lib/chef.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/api_client.rb b/lib/chef/api_client.rb index 37601d15de..bff5e0b378 100644 --- a/lib/chef/api_client.rb +++ b/lib/chef/api_client.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/api_client/registration.rb b/lib/chef/api_client/registration.rb index 18644afd5e..98ab1c01c2 100644 --- a/lib/chef/api_client/registration.rb +++ b/lib/chef/api_client/registration.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/application.rb b/lib/chef/application.rb index 5bbd7faf4f..1991015410 100644 --- a/lib/chef/application.rb +++ b/lib/chef/application.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Author:: Mark Mzyk (mmzyk@opscode.com) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 8451833223..476cffb33a 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen (<aj@opscode.com) -# Author:: Christopher Brown (<cb@opscode.com>) +# Author:: Christopher Brown (<cb@chef.io>) # Author:: Mark Mzyk (mmzyk@opscode.com) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb index 6d97dff9d7..c2be6e5a0e 100644 --- a/lib/chef/application/solo.rb +++ b/lib/chef/application/solo.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Author:: Mark Mzyk (mmzyk@opscode.com) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/application/windows_service_manager.rb b/lib/chef/application/windows_service_manager.rb index bd34b1def1..7a89766cb4 100644 --- a/lib/chef/application/windows_service_manager.rb +++ b/lib/chef/application/windows_service_manager.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/audit/runner.rb b/lib/chef/audit/runner.rb index 12951cc50b..561c50734c 100644 --- a/lib/chef/audit/runner.rb +++ b/lib/chef/audit/runner.rb @@ -1,5 +1,5 @@ # -# Author:: Claire McQuin (<claire@getchef.com>) +# Author:: Claire McQuin (<claire@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/chef_fs_data_store.rb b/lib/chef/chef_fs/chef_fs_data_store.rb index aba0785371..389cea472e 100644 --- a/lib/chef/chef_fs/chef_fs_data_store.rb +++ b/lib/chef/chef_fs/chef_fs_data_store.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/command_line.rb b/lib/chef/chef_fs/command_line.rb index ec6d9d9538..f3e63286f2 100644 --- a/lib/chef/chef_fs/command_line.rb +++ b/lib/chef/chef_fs/command_line.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/config.rb b/lib/chef/chef_fs/config.rb index 449c970dd9..19cea3b4ea 100644 --- a/lib/chef/chef_fs/config.rb +++ b/lib/chef/chef_fs/config.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_pattern.rb b/lib/chef/chef_fs/file_pattern.rb index 9c5015fd0d..10e8c12c20 100644 --- a/lib/chef/chef_fs/file_pattern.rb +++ b/lib/chef/chef_fs/file_pattern.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system.rb b/lib/chef/chef_fs/file_system.rb index 9522f06877..6e25623a21 100644 --- a/lib/chef/chef_fs/file_system.rb +++ b/lib/chef/chef_fs/file_system.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/already_exists_error.rb b/lib/chef/chef_fs/file_system/already_exists_error.rb index 4db5e210bb..92ec915b5c 100644 --- a/lib/chef/chef_fs/file_system/already_exists_error.rb +++ b/lib/chef/chef_fs/file_system/already_exists_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/base_fs_dir.rb b/lib/chef/chef_fs/file_system/base_fs_dir.rb index c0ab0cabfd..2827e5b384 100644 --- a/lib/chef/chef_fs/file_system/base_fs_dir.rb +++ b/lib/chef/chef_fs/file_system/base_fs_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/base_fs_object.rb b/lib/chef/chef_fs/file_system/base_fs_object.rb index b4501b78ea..19f98f2bdd 100644 --- a/lib/chef/chef_fs/file_system/base_fs_object.rb +++ b/lib/chef/chef_fs/file_system/base_fs_object.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/acl_dir.rb b/lib/chef/chef_fs/file_system/chef_server/acl_dir.rb index 479a6f9331..9943aaeca7 100644 --- a/lib/chef/chef_fs/file_system/chef_server/acl_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/acl_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb b/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb index d8bd09e315..cf634256bb 100644 --- a/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb +++ b/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/acls_dir.rb b/lib/chef/chef_fs/file_system/chef_server/acls_dir.rb index a6457a8dca..d03164023f 100644 --- a/lib/chef/chef_fs/file_system/chef_server/acls_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/acls_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb b/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb index 115b452a78..6c99d6de73 100644 --- a/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_artifact_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_artifact_dir.rb index 5ee4e1419e..faea96e944 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbook_artifact_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_artifact_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb index 7ee4ba0688..020f8510b7 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb index 531e62b191..feb126f036 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb index 927dfd8a30..426cc62039 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_subdir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_subdir.rb index 2666fa84ee..913cf1a5e2 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbook_subdir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_subdir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbooks_acl_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbooks_acl_dir.rb index 9ee0f2506c..e020d0fb34 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbooks_acl_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbooks_acl_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbooks_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbooks_dir.rb index 8a8afb9567..75d7150f8e 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbooks_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbooks_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/data_bag_dir.rb b/lib/chef/chef_fs/file_system/chef_server/data_bag_dir.rb index e5ab148cee..6b06550a0a 100644 --- a/lib/chef/chef_fs/file_system/chef_server/data_bag_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/data_bag_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/data_bags_dir.rb b/lib/chef/chef_fs/file_system/chef_server/data_bags_dir.rb index a1a34c8366..9246d8e2b7 100644 --- a/lib/chef/chef_fs/file_system/chef_server/data_bags_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/data_bags_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/environments_dir.rb b/lib/chef/chef_fs/file_system/chef_server/environments_dir.rb index 67317d6517..494036931f 100644 --- a/lib/chef/chef_fs/file_system/chef_server/environments_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/environments_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/nodes_dir.rb b/lib/chef/chef_fs/file_system/chef_server/nodes_dir.rb index 36c769d7a3..6ecc7f4336 100644 --- a/lib/chef/chef_fs/file_system/chef_server/nodes_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/nodes_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/policies_acl_dir.rb b/lib/chef/chef_fs/file_system/chef_server/policies_acl_dir.rb index 96ca825d16..fa1d184b7d 100644 --- a/lib/chef/chef_fs/file_system/chef_server/policies_acl_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/policies_acl_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/policies_dir.rb b/lib/chef/chef_fs/file_system/chef_server/policies_dir.rb index f52d0e6c70..ebb274a9eb 100644 --- a/lib/chef/chef_fs/file_system/chef_server/policies_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/policies_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/policy_group_entry.rb b/lib/chef/chef_fs/file_system/chef_server/policy_group_entry.rb index aae9dcdcf5..98a0463069 100644 --- a/lib/chef/chef_fs/file_system/chef_server/policy_group_entry.rb +++ b/lib/chef/chef_fs/file_system/chef_server/policy_group_entry.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/policy_groups_dir.rb b/lib/chef/chef_fs/file_system/chef_server/policy_groups_dir.rb index eb58a29124..7243996cbb 100644 --- a/lib/chef/chef_fs/file_system/chef_server/policy_groups_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/policy_groups_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/rest_list_dir.rb b/lib/chef/chef_fs/file_system/chef_server/rest_list_dir.rb index 2a89b083a1..6791b0cd29 100644 --- a/lib/chef/chef_fs/file_system/chef_server/rest_list_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/rest_list_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/rest_list_entry.rb b/lib/chef/chef_fs/file_system/chef_server/rest_list_entry.rb index c18ec9027b..5af91e3768 100644 --- a/lib/chef/chef_fs/file_system/chef_server/rest_list_entry.rb +++ b/lib/chef/chef_fs/file_system/chef_server/rest_list_entry.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb b/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb index fadf9cc521..269e160d43 100644 --- a/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/chef_server/versioned_cookbooks_dir.rb b/lib/chef/chef_fs/file_system/chef_server/versioned_cookbooks_dir.rb index 8b36aaaafc..9abafed5e7 100644 --- a/lib/chef/chef_fs/file_system/chef_server/versioned_cookbooks_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/versioned_cookbooks_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/cookbook_frozen_error.rb b/lib/chef/chef_fs/file_system/cookbook_frozen_error.rb index f6a16231bc..20ac6f1eda 100644 --- a/lib/chef/chef_fs/file_system/cookbook_frozen_error.rb +++ b/lib/chef/chef_fs/file_system/cookbook_frozen_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/default_environment_cannot_be_modified_error.rb b/lib/chef/chef_fs/file_system/default_environment_cannot_be_modified_error.rb index 24a0b0ee70..e55f97d85c 100644 --- a/lib/chef/chef_fs/file_system/default_environment_cannot_be_modified_error.rb +++ b/lib/chef/chef_fs/file_system/default_environment_cannot_be_modified_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/file_system_error.rb b/lib/chef/chef_fs/file_system/file_system_error.rb index 838a656325..1a2a19d286 100644 --- a/lib/chef/chef_fs/file_system/file_system_error.rb +++ b/lib/chef/chef_fs/file_system/file_system_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/must_delete_recursively_error.rb b/lib/chef/chef_fs/file_system/must_delete_recursively_error.rb index 0575e9a0d3..5f538d8877 100644 --- a/lib/chef/chef_fs/file_system/must_delete_recursively_error.rb +++ b/lib/chef/chef_fs/file_system/must_delete_recursively_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/nonexistent_fs_object.rb b/lib/chef/chef_fs/file_system/nonexistent_fs_object.rb index 11c15988e2..81c0154d68 100644 --- a/lib/chef/chef_fs/file_system/nonexistent_fs_object.rb +++ b/lib/chef/chef_fs/file_system/nonexistent_fs_object.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/not_found_error.rb b/lib/chef/chef_fs/file_system/not_found_error.rb index 5e00aeb6a0..a7f66d7875 100644 --- a/lib/chef/chef_fs/file_system/not_found_error.rb +++ b/lib/chef/chef_fs/file_system/not_found_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/operation_failed_error.rb b/lib/chef/chef_fs/file_system/operation_failed_error.rb index 0381a00842..faf19c7dad 100644 --- a/lib/chef/chef_fs/file_system/operation_failed_error.rb +++ b/lib/chef/chef_fs/file_system/operation_failed_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/operation_not_allowed_error.rb b/lib/chef/chef_fs/file_system/operation_not_allowed_error.rb index d2a1ccdeec..ab93bc9f13 100644 --- a/lib/chef/chef_fs/file_system/operation_not_allowed_error.rb +++ b/lib/chef/chef_fs/file_system/operation_not_allowed_error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_acls_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_acls_dir.rb index b42a1d38e0..c347e808f9 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_acls_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_acls_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifact_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifact_dir.rb index e08edf156b..83c13e5e20 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifact_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifact_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifacts_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifacts_dir.rb index 01af19c84e..c7e2827346 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifacts_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifacts_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_dir.rb index ff43b9204c..4c600d8699 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_entry.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_entry.rb index db24bbde43..80c3039f4d 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_entry.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_entry.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbooks_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbooks_dir.rb index b8508a05e7..84f665066e 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbooks_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbooks_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_data_bags_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_data_bags_dir.rb index 37fe9232b7..63c7970769 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_data_bags_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_data_bags_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_entry.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_entry.rb index 80e6b4765d..329e2e3509 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_entry.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_entry.rb @@ -1,6 +1,6 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) -# Author:: Ho-Sheng Hsiao (<hosh@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) +# Author:: Ho-Sheng Hsiao (<hosh@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_policies_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_policies_dir.rb index dc24f8a0f4..b979e30dca 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_policies_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_policies_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb index 037f49f8c3..37bd6fa1ac 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbook_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbook_dir.rb index 2417dd61f0..f9a66240eb 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbook_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbooks_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbooks_dir.rb index 3d85ef47a4..d1371f1e9e 100644 --- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbooks_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbooks_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/file_system_entry.rb b/lib/chef/chef_fs/file_system/repository/file_system_entry.rb index f3c224e836..ac6c85db22 100644 --- a/lib/chef/chef_fs/file_system/repository/file_system_entry.rb +++ b/lib/chef/chef_fs/file_system/repository/file_system_entry.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb b/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb index ca693eaaa6..e2bb27cbc9 100644 --- a/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb +++ b/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/knife.rb b/lib/chef/chef_fs/knife.rb index b754540e49..90d4eddc07 100644 --- a/lib/chef/chef_fs/knife.rb +++ b/lib/chef/chef_fs/knife.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/chef_fs/path_utils.rb b/lib/chef/chef_fs/path_utils.rb index d87ac9f753..66dbd4f13b 100644 --- a/lib/chef/chef_fs/path_utils.rb +++ b/lib/chef/chef_fs/path_utils.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/client.rb b/lib/chef/client.rb index 1e7f9144a2..d5bd7a1928 100644 --- a/lib/chef/client.rb +++ b/lib/chef/client.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 5211318467..549872bfd7 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) -# Author:: Mark Mzyk (<mmzyk@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) +# Author:: Mark Mzyk (<mmzyk@chef.io>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/cookbook/chefignore.rb b/lib/chef/cookbook/chefignore.rb index 921752a90f..f0cbf12d4e 100644 --- a/lib/chef/cookbook/chefignore.rb +++ b/lib/chef/cookbook/chefignore.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook/cookbook_collection.rb b/lib/chef/cookbook/cookbook_collection.rb index fb7ec28975..a9de718902 100644 --- a/lib/chef/cookbook/cookbook_collection.rb +++ b/lib/chef/cookbook/cookbook_collection.rb @@ -1,6 +1,6 @@ #-- -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook/file_system_file_vendor.rb b/lib/chef/cookbook/file_system_file_vendor.rb index b4cee18194..91f1c9f853 100644 --- a/lib/chef/cookbook/file_system_file_vendor.rb +++ b/lib/chef/cookbook/file_system_file_vendor.rb @@ -1,6 +1,6 @@ #-- -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook/file_vendor.rb b/lib/chef/cookbook/file_vendor.rb index 597e3ae2b8..2501d4b8de 100644 --- a/lib/chef/cookbook/file_vendor.rb +++ b/lib/chef/cookbook/file_vendor.rb @@ -1,6 +1,6 @@ # -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook/metadata.rb b/lib/chef/cookbook/metadata.rb index bca593042b..8050c4f892 100644 --- a/lib/chef/cookbook/metadata.rb +++ b/lib/chef/cookbook/metadata.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook/remote_file_vendor.rb b/lib/chef/cookbook/remote_file_vendor.rb index da0fb5bcfd..d483c54f8f 100644 --- a/lib/chef/cookbook/remote_file_vendor.rb +++ b/lib/chef/cookbook/remote_file_vendor.rb @@ -1,5 +1,5 @@ # -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook/syntax_check.rb b/lib/chef/cookbook/syntax_check.rb index 2a3e593de3..d6849584c4 100644 --- a/lib/chef/cookbook/syntax_check.rb +++ b/lib/chef/cookbook/syntax_check.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook_loader.rb b/lib/chef/cookbook_loader.rb index 7eb224cba9..27e0bc5aaa 100644 --- a/lib/chef/cookbook_loader.rb +++ b/lib/chef/cookbook_loader.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Author:: Daniel DeLeo (<dan@kallistec.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2009-2016, Daniel DeLeo diff --git a/lib/chef/cookbook_site_streaming_uploader.rb b/lib/chef/cookbook_site_streaming_uploader.rb index a89248b705..e4d398d980 100644 --- a/lib/chef/cookbook_site_streaming_uploader.rb +++ b/lib/chef/cookbook_site_streaming_uploader.rb @@ -1,7 +1,7 @@ # # Author:: Stanislav Vitvitskiy # Author:: Nuo Yan (nuo@opscode.com) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2009-2016, 2010-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/cookbook_version.rb b/lib/chef/cookbook_version.rb index bdfc033982..dc8a93b91e 100644 --- a/lib/chef/cookbook_version.rb +++ b/lib/chef/cookbook_version.rb @@ -1,9 +1,9 @@ -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/data_bag.rb b/lib/chef/data_bag.rb index c16df5cea0..bb598d1fdb 100644 --- a/lib/chef/data_bag.rb +++ b/lib/chef/data_bag.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/data_bag_item.rb b/lib/chef/data_bag_item.rb index 95019d3661..9c22d31bcd 100644 --- a/lib/chef/data_bag_item.rb +++ b/lib/chef/data_bag_item.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/mixin/template.rb b/lib/chef/deprecation/mixin/template.rb index 1d9d034bed..0c902123cf 100644 --- a/lib/chef/deprecation/mixin/template.rb +++ b/lib/chef/deprecation/mixin/template.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/provider/cookbook_file.rb b/lib/chef/deprecation/provider/cookbook_file.rb index cb7f109217..166368df5a 100644 --- a/lib/chef/deprecation/provider/cookbook_file.rb +++ b/lib/chef/deprecation/provider/cookbook_file.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/provider/file.rb b/lib/chef/deprecation/provider/file.rb index 6be084635a..f788513b50 100644 --- a/lib/chef/deprecation/provider/file.rb +++ b/lib/chef/deprecation/provider/file.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/provider/remote_directory.rb b/lib/chef/deprecation/provider/remote_directory.rb index 7b4181c1ef..f6242a4557 100644 --- a/lib/chef/deprecation/provider/remote_directory.rb +++ b/lib/chef/deprecation/provider/remote_directory.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/provider/remote_file.rb b/lib/chef/deprecation/provider/remote_file.rb index 9072bd0f58..a73181e15c 100644 --- a/lib/chef/deprecation/provider/remote_file.rb +++ b/lib/chef/deprecation/provider/remote_file.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/provider/template.rb b/lib/chef/deprecation/provider/template.rb index 68b21994e3..ea5a880798 100644 --- a/lib/chef/deprecation/provider/template.rb +++ b/lib/chef/deprecation/provider/template.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/deprecation/warnings.rb b/lib/chef/deprecation/warnings.rb index 73a529e6a1..b015669625 100644 --- a/lib/chef/deprecation/warnings.rb +++ b/lib/chef/deprecation/warnings.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/digester.rb b/lib/chef/digester.rb index 825715cc53..6e4588a661 100644 --- a/lib/chef/digester.rb +++ b/lib/chef/digester.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Daniel DeLeo (<dan@kallistec.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # Copyright:: Copyright 2009-2016, Daniel DeLeo diff --git a/lib/chef/dsl/audit.rb b/lib/chef/dsl/audit.rb index 6ac3a9d092..98271dc5cb 100644 --- a/lib/chef/dsl/audit.rb +++ b/lib/chef/dsl/audit.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/data_query.rb b/lib/chef/dsl/data_query.rb index 24ea61680f..865d914d13 100644 --- a/lib/chef/dsl/data_query.rb +++ b/lib/chef/dsl/data_query.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/declare_resource.rb b/lib/chef/dsl/declare_resource.rb index e6765513ee..91fe62c263 100644 --- a/lib/chef/dsl/declare_resource.rb +++ b/lib/chef/dsl/declare_resource.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, 2009-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/include_attribute.rb b/lib/chef/dsl/include_attribute.rb index 8bb1d48339..b1b9dc4dac 100644 --- a/lib/chef/dsl/include_attribute.rb +++ b/lib/chef/dsl/include_attribute.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/include_recipe.rb b/lib/chef/dsl/include_recipe.rb index f847032b2f..9abd7d135b 100644 --- a/lib/chef/dsl/include_recipe.rb +++ b/lib/chef/dsl/include_recipe.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/platform_introspection.rb b/lib/chef/dsl/platform_introspection.rb index 385f3bdd4d..a3a978d418 100644 --- a/lib/chef/dsl/platform_introspection.rb +++ b/lib/chef/dsl/platform_introspection.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/reboot_pending.rb b/lib/chef/dsl/reboot_pending.rb index ffb5a6062b..c3cf9a9a51 100644 --- a/lib/chef/dsl/reboot_pending.rb +++ b/lib/chef/dsl/reboot_pending.rb @@ -1,5 +1,5 @@ # Author:: Bryan McLellan <btm@loftninjas.org> -# Author:: Seth Chisamore <schisamo@opscode.com> +# Author:: Seth Chisamore <schisamo@chef.io> # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/recipe.rb b/lib/chef/dsl/recipe.rb index c1236a221d..6d254df48d 100644 --- a/lib/chef/dsl/recipe.rb +++ b/lib/chef/dsl/recipe.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, 2009-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/registry_helper.rb b/lib/chef/dsl/registry_helper.rb index a8d6157d33..256b4eca1e 100644 --- a/lib/chef/dsl/registry_helper.rb +++ b/lib/chef/dsl/registry_helper.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item.rb b/lib/chef/encrypted_data_bag_item.rb index 2e80dec666..dc1c00cb27 100644 --- a/lib/chef/encrypted_data_bag_item.rb +++ b/lib/chef/encrypted_data_bag_item.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/check_encrypted.rb b/lib/chef/encrypted_data_bag_item/check_encrypted.rb index 523d1fcbe4..cc378194ff 100644 --- a/lib/chef/encrypted_data_bag_item/check_encrypted.rb +++ b/lib/chef/encrypted_data_bag_item/check_encrypted.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/decryption_failure.rb b/lib/chef/encrypted_data_bag_item/decryption_failure.rb index ca691065e7..9d2d998057 100644 --- a/lib/chef/encrypted_data_bag_item/decryption_failure.rb +++ b/lib/chef/encrypted_data_bag_item/decryption_failure.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/decryptor.rb b/lib/chef/encrypted_data_bag_item/decryptor.rb index 93ac8cc7f8..652c5bf718 100644 --- a/lib/chef/encrypted_data_bag_item/decryptor.rb +++ b/lib/chef/encrypted_data_bag_item/decryptor.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/encryptor.rb b/lib/chef/encrypted_data_bag_item/encryptor.rb index a8a083069c..83d5fa47ab 100644 --- a/lib/chef/encrypted_data_bag_item/encryptor.rb +++ b/lib/chef/encrypted_data_bag_item/encryptor.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb b/lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb index 56cb56f057..362954b24d 100644 --- a/lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb +++ b/lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/unsupported_cipher.rb b/lib/chef/encrypted_data_bag_item/unsupported_cipher.rb index ffd3c8722c..6f1221bb68 100644 --- a/lib/chef/encrypted_data_bag_item/unsupported_cipher.rb +++ b/lib/chef/encrypted_data_bag_item/unsupported_cipher.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb b/lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb index f10060e3dd..ea464636db 100644 --- a/lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb +++ b/lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/environment.rb b/lib/chef/environment.rb index eb9deeaf94..164901c107 100644 --- a/lib/chef/environment.rb +++ b/lib/chef/environment.rb @@ -1,6 +1,6 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Author:: John Keiser (<jkeiser@ospcode.com>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) # Copyright:: Copyright 2010-2016, Chef Software Inc. diff --git a/lib/chef/event_loggers/base.rb b/lib/chef/event_loggers/base.rb index f5bd0f3864..c34ed2267d 100644 --- a/lib/chef/event_loggers/base.rb +++ b/lib/chef/event_loggers/base.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/event_loggers/windows_eventlog.rb b/lib/chef/event_loggers/windows_eventlog.rb index bfbfb17437..1d16b66087 100644 --- a/lib/chef/event_loggers/windows_eventlog.rb +++ b/lib/chef/event_loggers/windows_eventlog.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 711f430f5e..6a0cdb9b95 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/file_access_control.rb b/lib/chef/file_access_control.rb index fcc6ffa501..50a1ea29bb 100644 --- a/lib/chef/file_access_control.rb +++ b/lib/chef/file_access_control.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_access_control/unix.rb b/lib/chef/file_access_control/unix.rb index b3f1478af7..eec9c62701 100644 --- a/lib/chef/file_access_control/unix.rb +++ b/lib/chef/file_access_control/unix.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_access_control/windows.rb b/lib/chef/file_access_control/windows.rb index 043aac1456..7f27ef8df0 100644 --- a/lib/chef/file_access_control/windows.rb +++ b/lib/chef/file_access_control/windows.rb @@ -1,6 +1,6 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_cache.rb b/lib/chef/file_cache.rb index c1900bab9e..9a90048ba6 100644 --- a/lib/chef/file_cache.rb +++ b/lib/chef/file_cache.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_content_management/content_base.rb b/lib/chef/file_content_management/content_base.rb index 3c58d476a7..6080e37180 100644 --- a/lib/chef/file_content_management/content_base.rb +++ b/lib/chef/file_content_management/content_base.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_content_management/deploy.rb b/lib/chef/file_content_management/deploy.rb index 5c48acfd54..67dcbfa424 100644 --- a/lib/chef/file_content_management/deploy.rb +++ b/lib/chef/file_content_management/deploy.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_content_management/deploy/cp.rb b/lib/chef/file_content_management/deploy/cp.rb index 3c95df0e5c..14dde85d13 100644 --- a/lib/chef/file_content_management/deploy/cp.rb +++ b/lib/chef/file_content_management/deploy/cp.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_content_management/deploy/mv_unix.rb b/lib/chef/file_content_management/deploy/mv_unix.rb index d4b4ee331f..9c265e0a21 100644 --- a/lib/chef/file_content_management/deploy/mv_unix.rb +++ b/lib/chef/file_content_management/deploy/mv_unix.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_content_management/deploy/mv_windows.rb b/lib/chef/file_content_management/deploy/mv_windows.rb index 60aacf22ef..b3ef021e76 100644 --- a/lib/chef/file_content_management/deploy/mv_windows.rb +++ b/lib/chef/file_content_management/deploy/mv_windows.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/file_content_management/tempfile.rb b/lib/chef/file_content_management/tempfile.rb index 505e3c29dd..522a9fc43c 100644 --- a/lib/chef/file_content_management/tempfile.rb +++ b/lib/chef/file_content_management/tempfile.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/base.rb b/lib/chef/formatters/base.rb index de172aeed6..3a3e3336cc 100644 --- a/lib/chef/formatters/base.rb +++ b/lib/chef/formatters/base.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/formatters/error_descriptor.rb b/lib/chef/formatters/error_descriptor.rb index 41d016a425..eba1f057d8 100644 --- a/lib/chef/formatters/error_descriptor.rb +++ b/lib/chef/formatters/error_descriptor.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/formatters/error_inspectors/api_error_formatting.rb b/lib/chef/formatters/error_inspectors/api_error_formatting.rb index 89a16822e1..0ea313eb92 100644 --- a/lib/chef/formatters/error_inspectors/api_error_formatting.rb +++ b/lib/chef/formatters/error_inspectors/api_error_formatting.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_inspectors/compile_error_inspector.rb b/lib/chef/formatters/error_inspectors/compile_error_inspector.rb index 67cc7fc5e5..589f98ddf2 100644 --- a/lib/chef/formatters/error_inspectors/compile_error_inspector.rb +++ b/lib/chef/formatters/error_inspectors/compile_error_inspector.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb b/lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb index 26874a98e8..3d28de0e75 100644 --- a/lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb +++ b/lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_inspectors/cookbook_sync_error_inspector.rb b/lib/chef/formatters/error_inspectors/cookbook_sync_error_inspector.rb index 376c714004..b095dcfd70 100644 --- a/lib/chef/formatters/error_inspectors/cookbook_sync_error_inspector.rb +++ b/lib/chef/formatters/error_inspectors/cookbook_sync_error_inspector.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_inspectors/node_load_error_inspector.rb b/lib/chef/formatters/error_inspectors/node_load_error_inspector.rb index 6d7c167ad2..292b5a4d4a 100644 --- a/lib/chef/formatters/error_inspectors/node_load_error_inspector.rb +++ b/lib/chef/formatters/error_inspectors/node_load_error_inspector.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb index 730486c40e..73e2f0c4d3 100644 --- a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +++ b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb @@ -1,6 +1,6 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb b/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb index b0dedb10a5..08fcdea609 100644 --- a/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb +++ b/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb @@ -1,6 +1,6 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/formatters/error_mapper.rb b/lib/chef/formatters/error_mapper.rb index 9b8eb3515d..4786a20465 100644 --- a/lib/chef/formatters/error_mapper.rb +++ b/lib/chef/formatters/error_mapper.rb @@ -1,5 +1,5 @@ #-- -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/guard_interpreter/default_guard_interpreter.rb b/lib/chef/guard_interpreter/default_guard_interpreter.rb index 40064a53e0..c125d85ba3 100644 --- a/lib/chef/guard_interpreter/default_guard_interpreter.rb +++ b/lib/chef/guard_interpreter/default_guard_interpreter.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/guard_interpreter/resource_guard_interpreter.rb b/lib/chef/guard_interpreter/resource_guard_interpreter.rb index 5aa1d1f307..7aa9950207 100644 --- a/lib/chef/guard_interpreter/resource_guard_interpreter.rb +++ b/lib/chef/guard_interpreter/resource_guard_interpreter.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/handler.rb b/lib/chef/handler.rb index 9fe61201d1..b720a11a45 100644 --- a/lib/chef/handler.rb +++ b/lib/chef/handler.rb @@ -1,5 +1,5 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/handler/error_report.rb b/lib/chef/handler/error_report.rb index e1526368e0..e84a817e06 100644 --- a/lib/chef/handler/error_report.rb +++ b/lib/chef/handler/error_report.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/handler/json_file.rb b/lib/chef/handler/json_file.rb index 1f0a8ef924..91bd6e1559 100644 --- a/lib/chef/handler/json_file.rb +++ b/lib/chef/handler/json_file.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http.rb b/lib/chef/http.rb index 2a7b706a2a..e4a778611d 100644 --- a/lib/chef/http.rb +++ b/lib/chef/http.rb @@ -1,10 +1,10 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, 2013-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/auth_credentials.rb b/lib/chef/http/auth_credentials.rb index 3a19fe8b5a..3db8b1bfe8 100644 --- a/lib/chef/http/auth_credentials.rb +++ b/lib/chef/http/auth_credentials.rb @@ -1,10 +1,10 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/authenticator.rb b/lib/chef/http/authenticator.rb index a4e8833bb3..d84f8dde55 100644 --- a/lib/chef/http/authenticator.rb +++ b/lib/chef/http/authenticator.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/basic_client.rb b/lib/chef/http/basic_client.rb index e14350310b..5f0415996f 100644 --- a/lib/chef/http/basic_client.rb +++ b/lib/chef/http/basic_client.rb @@ -1,10 +1,10 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/cookie_jar.rb b/lib/chef/http/cookie_jar.rb index d529ac2c85..4908fde0c9 100644 --- a/lib/chef/http/cookie_jar.rb +++ b/lib/chef/http/cookie_jar.rb @@ -1,10 +1,10 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/cookie_manager.rb b/lib/chef/http/cookie_manager.rb index 620b714828..a99a8f1cd9 100644 --- a/lib/chef/http/cookie_manager.rb +++ b/lib/chef/http/cookie_manager.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/decompressor.rb b/lib/chef/http/decompressor.rb index 0f3e412a08..c9b808861c 100644 --- a/lib/chef/http/decompressor.rb +++ b/lib/chef/http/decompressor.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/http_request.rb b/lib/chef/http/http_request.rb index b5c085c0c4..1590537f19 100644 --- a/lib/chef/http/http_request.rb +++ b/lib/chef/http/http_request.rb @@ -1,10 +1,10 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, 2010-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/json_input.rb b/lib/chef/http/json_input.rb index 806274bd99..2fd1501b1d 100644 --- a/lib/chef/http/json_input.rb +++ b/lib/chef/http/json_input.rb @@ -1,6 +1,6 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/json_output.rb b/lib/chef/http/json_output.rb index 7090a944c8..6814fa1a55 100644 --- a/lib/chef/http/json_output.rb +++ b/lib/chef/http/json_output.rb @@ -1,6 +1,6 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/json_to_model_output.rb b/lib/chef/http/json_to_model_output.rb index 8b9593fcff..99878fe629 100644 --- a/lib/chef/http/json_to_model_output.rb +++ b/lib/chef/http/json_to_model_output.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/remote_request_id.rb b/lib/chef/http/remote_request_id.rb index 9707896e23..ba6108e063 100644 --- a/lib/chef/http/remote_request_id.rb +++ b/lib/chef/http/remote_request_id.rb @@ -1,4 +1,4 @@ -# Author:: Prajakta Purohit (<prajakta@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/ssl_policies.rb b/lib/chef/http/ssl_policies.rb index 05201be6c5..f49fca02f6 100644 --- a/lib/chef/http/ssl_policies.rb +++ b/lib/chef/http/ssl_policies.rb @@ -1,10 +1,10 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/http/validate_content_length.rb b/lib/chef/http/validate_content_length.rb index 77d7b51537..c92360adfe 100644 --- a/lib/chef/http/validate_content_length.rb +++ b/lib/chef/http/validate_content_length.rb @@ -1,5 +1,5 @@ #-- -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/json_compat.rb b/lib/chef/json_compat.rb index b7f2095e9c..79b86a4a37 100644 --- a/lib/chef/json_compat.rb +++ b/lib/chef/json_compat.rb @@ -1,5 +1,5 @@ # -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb index c2037ab513..bd34981008 100644 --- a/lib/chef/knife.rb +++ b/lib/chef/knife.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 969dbf9139..f01cebd9c9 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_bulk_delete.rb b/lib/chef/knife/client_bulk_delete.rb index ffdcc8ebcf..af3e862a18 100644 --- a/lib/chef/knife/client_bulk_delete.rb +++ b/lib/chef/knife/client_bulk_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_create.rb b/lib/chef/knife/client_create.rb index 56651b3922..ecacb36833 100644 --- a/lib/chef/knife/client_create.rb +++ b/lib/chef/knife/client_create.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_delete.rb b/lib/chef/knife/client_delete.rb index edb456d748..e1b2365361 100644 --- a/lib/chef/knife/client_delete.rb +++ b/lib/chef/knife/client_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_edit.rb b/lib/chef/knife/client_edit.rb index 18b08b33b7..c05b677a28 100644 --- a/lib/chef/knife/client_edit.rb +++ b/lib/chef/knife/client_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_list.rb b/lib/chef/knife/client_list.rb index f508e383f3..b17de0f3ad 100644 --- a/lib/chef/knife/client_list.rb +++ b/lib/chef/knife/client_list.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_reregister.rb b/lib/chef/knife/client_reregister.rb index 69c175581a..5d9b2c0962 100644 --- a/lib/chef/knife/client_reregister.rb +++ b/lib/chef/knife/client_reregister.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/client_show.rb b/lib/chef/knife/client_show.rb index 94d52fdce5..ce3bf458b2 100644 --- a/lib/chef/knife/client_show.rb +++ b/lib/chef/knife/client_show.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/configure.rb b/lib/chef/knife/configure.rb index f8c54bc234..c48ecb7442 100644 --- a/lib/chef/knife/configure.rb +++ b/lib/chef/knife/configure.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/configure_client.rb b/lib/chef/knife/configure_client.rb index 3252f0030d..7d0b3d260d 100644 --- a/lib/chef/knife/configure_client.rb +++ b/lib/chef/knife/configure_client.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_bulk_delete.rb b/lib/chef/knife/cookbook_bulk_delete.rb index 55a3a1d29d..5ab97dc408 100644 --- a/lib/chef/knife/cookbook_bulk_delete.rb +++ b/lib/chef/knife/cookbook_bulk_delete.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_create.rb b/lib/chef/knife/cookbook_create.rb index ae4bf6894c..2aeecc6e2a 100644 --- a/lib/chef/knife/cookbook_create.rb +++ b/lib/chef/knife/cookbook_create.rb @@ -1,5 +1,5 @@ # -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_delete.rb b/lib/chef/knife/cookbook_delete.rb index dfcdd67275..e6a70d693c 100644 --- a/lib/chef/knife/cookbook_delete.rb +++ b/lib/chef/knife/cookbook_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_download.rb b/lib/chef/knife/cookbook_download.rb index a4e31b5973..8c8f0cc677 100644 --- a/lib/chef/knife/cookbook_download.rb +++ b/lib/chef/knife/cookbook_download.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_list.rb b/lib/chef/knife/cookbook_list.rb index 9943c88829..ea81f5d286 100644 --- a/lib/chef/knife/cookbook_list.rb +++ b/lib/chef/knife/cookbook_list.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_metadata.rb b/lib/chef/knife/cookbook_metadata.rb index 04fb9904b4..b13ab18a57 100644 --- a/lib/chef/knife/cookbook_metadata.rb +++ b/lib/chef/knife/cookbook_metadata.rb @@ -1,6 +1,6 @@ # # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_metadata_from_file.rb b/lib/chef/knife/cookbook_metadata_from_file.rb index 073ee4db54..ec46379da7 100644 --- a/lib/chef/knife/cookbook_metadata_from_file.rb +++ b/lib/chef/knife/cookbook_metadata_from_file.rb @@ -1,6 +1,6 @@ # # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Matthew Kent (<mkent@magoazul.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # Copyright:: Copyright 2010-2016, Matthew Kent diff --git a/lib/chef/knife/cookbook_show.rb b/lib/chef/knife/cookbook_show.rb index c086fae31a..1a1ba36825 100644 --- a/lib/chef/knife/cookbook_show.rb +++ b/lib/chef/knife/cookbook_show.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_download.rb b/lib/chef/knife/cookbook_site_download.rb index d119e79d03..541e60c977 100644 --- a/lib/chef/knife/cookbook_site_download.rb +++ b/lib/chef/knife/cookbook_site_download.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_install.rb b/lib/chef/knife/cookbook_site_install.rb index c166e82173..14be2d750f 100644 --- a/lib/chef/knife/cookbook_site_install.rb +++ b/lib/chef/knife/cookbook_site_install.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_list.rb b/lib/chef/knife/cookbook_site_list.rb index cdbfe35091..2c7c5d6df2 100644 --- a/lib/chef/knife/cookbook_site_list.rb +++ b/lib/chef/knife/cookbook_site_list.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_search.rb b/lib/chef/knife/cookbook_site_search.rb index 2f0c82e900..2629761385 100644 --- a/lib/chef/knife/cookbook_site_search.rb +++ b/lib/chef/knife/cookbook_site_search.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb index 0c6cdddd05..fcb666dbae 100644 --- a/lib/chef/knife/cookbook_site_share.rb +++ b/lib/chef/knife/cookbook_site_share.rb @@ -1,5 +1,5 @@ -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_show.rb b/lib/chef/knife/cookbook_site_show.rb index 6df50499ad..2956ca2879 100644 --- a/lib/chef/knife/cookbook_site_show.rb +++ b/lib/chef/knife/cookbook_site_show.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_unshare.rb b/lib/chef/knife/cookbook_site_unshare.rb index ffdca13fea..310f6ac41d 100644 --- a/lib/chef/knife/cookbook_site_unshare.rb +++ b/lib/chef/knife/cookbook_site_unshare.rb @@ -1,6 +1,6 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_site_vendor.rb b/lib/chef/knife/cookbook_site_vendor.rb index a5da9e2085..291715cc0b 100644 --- a/lib/chef/knife/cookbook_site_vendor.rb +++ b/lib/chef/knife/cookbook_site_vendor.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/cookbook_test.rb b/lib/chef/knife/cookbook_test.rb index 7bb5a7899c..f7931e321b 100644 --- a/lib/chef/knife/cookbook_test.rb +++ b/lib/chef/knife/cookbook_test.rb @@ -1,6 +1,6 @@ # # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Matthew Kent (<mkent@magoazul.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # Copyright:: Copyright 2010-2016, Matthew Kent diff --git a/lib/chef/knife/cookbook_upload.rb b/lib/chef/knife/cookbook_upload.rb index 18ba5c65c7..9cbd8f09d1 100644 --- a/lib/chef/knife/cookbook_upload.rb +++ b/lib/chef/knife/cookbook_upload.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Author:: Nuo Yan (<yan.nuo@gmail.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/knife/core/bootstrap_context.rb b/lib/chef/knife/core/bootstrap_context.rb index 4855e737d3..62ea54721a 100644 --- a/lib/chef/knife/core/bootstrap_context.rb +++ b/lib/chef/knife/core/bootstrap_context.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/cookbook_scm_repo.rb b/lib/chef/knife/core/cookbook_scm_repo.rb index f73562eb06..4779bb5405 100644 --- a/lib/chef/knife/core/cookbook_scm_repo.rb +++ b/lib/chef/knife/core/cookbook_scm_repo.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/gem_glob_loader.rb b/lib/chef/knife/core/gem_glob_loader.rb index 5b0dfe4b8f..2aabf4cf46 100644 --- a/lib/chef/knife/core/gem_glob_loader.rb +++ b/lib/chef/knife/core/gem_glob_loader.rb @@ -1,5 +1,5 @@ -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/generic_presenter.rb b/lib/chef/knife/core/generic_presenter.rb index 813be02b7a..4ba9a15100 100644 --- a/lib/chef/knife/core/generic_presenter.rb +++ b/lib/chef/knife/core/generic_presenter.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/node_editor.rb b/lib/chef/knife/core/node_editor.rb index c7ecd1c5ce..9b5f0a435f 100644 --- a/lib/chef/knife/core/node_editor.rb +++ b/lib/chef/knife/core/node_editor.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Author:: Jordan Running (<jr@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/knife/core/node_presenter.rb b/lib/chef/knife/core/node_presenter.rb index 7a045dbd92..a5837f268c 100644 --- a/lib/chef/knife/core/node_presenter.rb +++ b/lib/chef/knife/core/node_presenter.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/object_loader.rb b/lib/chef/knife/core/object_loader.rb index ac524eeebc..04496933e4 100644 --- a/lib/chef/knife/core/object_loader.rb +++ b/lib/chef/knife/core/object_loader.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/subcommand_loader.rb b/lib/chef/knife/core/subcommand_loader.rb index 29c2fa0f8d..2b8bbc929d 100644 --- a/lib/chef/knife/core/subcommand_loader.rb +++ b/lib/chef/knife/core/subcommand_loader.rb @@ -1,5 +1,5 @@ -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/text_formatter.rb b/lib/chef/knife/core/text_formatter.rb index 77839c039f..006a6fc9cf 100644 --- a/lib/chef/knife/core/text_formatter.rb +++ b/lib/chef/knife/core/text_formatter.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/core/ui.rb b/lib/chef/knife/core/ui.rb index 003102aed6..f5002c8598 100644 --- a/lib/chef/knife/core/ui.rb +++ b/lib/chef/knife/core/ui.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_create.rb b/lib/chef/knife/data_bag_create.rb index c0c69ce019..196278bb80 100644 --- a/lib/chef/knife/data_bag_create.rb +++ b/lib/chef/knife/data_bag_create.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_delete.rb b/lib/chef/knife/data_bag_delete.rb index 08bf765192..a3cb008ec0 100644 --- a/lib/chef/knife/data_bag_delete.rb +++ b/lib/chef/knife/data_bag_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_edit.rb b/lib/chef/knife/data_bag_edit.rb index 025760467d..c9ce079a22 100644 --- a/lib/chef/knife/data_bag_edit.rb +++ b/lib/chef/knife/data_bag_edit.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_from_file.rb b/lib/chef/knife/data_bag_from_file.rb index 4f133f1fa8..f2cbb1369b 100644 --- a/lib/chef/knife/data_bag_from_file.rb +++ b/lib/chef/knife/data_bag_from_file.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_list.rb b/lib/chef/knife/data_bag_list.rb index e94c8e7f62..a2b700f186 100644 --- a/lib/chef/knife/data_bag_list.rb +++ b/lib/chef/knife/data_bag_list.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_secret_options.rb b/lib/chef/knife/data_bag_secret_options.rb index 934a109068..7e458007f0 100644 --- a/lib/chef/knife/data_bag_secret_options.rb +++ b/lib/chef/knife/data_bag_secret_options.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@opscode.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/data_bag_show.rb b/lib/chef/knife/data_bag_show.rb index ae89243ff5..505235538a 100644 --- a/lib/chef/knife/data_bag_show.rb +++ b/lib/chef/knife/data_bag_show.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/environment_create.rb b/lib/chef/knife/environment_create.rb index 519dc789aa..9f022bb49a 100644 --- a/lib/chef/knife/environment_create.rb +++ b/lib/chef/knife/environment_create.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/environment_delete.rb b/lib/chef/knife/environment_delete.rb index 1961da297d..869d1c74fe 100644 --- a/lib/chef/knife/environment_delete.rb +++ b/lib/chef/knife/environment_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/environment_edit.rb b/lib/chef/knife/environment_edit.rb index 1794024fe3..43f0b067ae 100644 --- a/lib/chef/knife/environment_edit.rb +++ b/lib/chef/knife/environment_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/environment_from_file.rb b/lib/chef/knife/environment_from_file.rb index 07051ed890..4640632b32 100644 --- a/lib/chef/knife/environment_from_file.rb +++ b/lib/chef/knife/environment_from_file.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/environment_list.rb b/lib/chef/knife/environment_list.rb index 76a6b734ee..f278046bf9 100644 --- a/lib/chef/knife/environment_list.rb +++ b/lib/chef/knife/environment_list.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/environment_show.rb b/lib/chef/knife/environment_show.rb index f60c6a3379..6d260adbd6 100644 --- a/lib/chef/knife/environment_show.rb +++ b/lib/chef/knife/environment_show.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/help.rb b/lib/chef/knife/help.rb index 79c4b608ad..f4221f233a 100644 --- a/lib/chef/knife/help.rb +++ b/lib/chef/knife/help.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_bulk_delete.rb b/lib/chef/knife/node_bulk_delete.rb index a388d65e46..8c0529db2c 100644 --- a/lib/chef/knife/node_bulk_delete.rb +++ b/lib/chef/knife/node_bulk_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_create.rb b/lib/chef/knife/node_create.rb index 8547178ac9..bcbb00e363 100644 --- a/lib/chef/knife/node_create.rb +++ b/lib/chef/knife/node_create.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_delete.rb b/lib/chef/knife/node_delete.rb index c501d1e6a1..10c728c60e 100644 --- a/lib/chef/knife/node_delete.rb +++ b/lib/chef/knife/node_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_edit.rb b/lib/chef/knife/node_edit.rb index 78f649393a..a232ec5c4e 100644 --- a/lib/chef/knife/node_edit.rb +++ b/lib/chef/knife/node_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_from_file.rb b/lib/chef/knife/node_from_file.rb index 20622f58e2..661834e277 100644 --- a/lib/chef/knife/node_from_file.rb +++ b/lib/chef/knife/node_from_file.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_list.rb b/lib/chef/knife/node_list.rb index 185e26bf02..a726b2ded3 100644 --- a/lib/chef/knife/node_list.rb +++ b/lib/chef/knife/node_list.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_run_list_add.rb b/lib/chef/knife/node_run_list_add.rb index 0d212926a0..2cb6d30b87 100644 --- a/lib/chef/knife/node_run_list_add.rb +++ b/lib/chef/knife/node_run_list_add.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_run_list_remove.rb b/lib/chef/knife/node_run_list_remove.rb index 0ebebde56c..3f9cdabfff 100644 --- a/lib/chef/knife/node_run_list_remove.rb +++ b/lib/chef/knife/node_run_list_remove.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/node_show.rb b/lib/chef/knife/node_show.rb index 2d7cab3e20..14a7a35b21 100644 --- a/lib/chef/knife/node_show.rb +++ b/lib/chef/knife/node_show.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/osc_user_create.rb b/lib/chef/knife/osc_user_create.rb index b290eb29f2..3d879fd4f6 100644 --- a/lib/chef/knife/osc_user_create.rb +++ b/lib/chef/knife/osc_user_create.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/osc_user_delete.rb b/lib/chef/knife/osc_user_delete.rb index dd709c3748..51abc1c668 100644 --- a/lib/chef/knife/osc_user_delete.rb +++ b/lib/chef/knife/osc_user_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/osc_user_edit.rb b/lib/chef/knife/osc_user_edit.rb index 848906ca35..b0c691d7c3 100644 --- a/lib/chef/knife/osc_user_edit.rb +++ b/lib/chef/knife/osc_user_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/osc_user_list.rb b/lib/chef/knife/osc_user_list.rb index 94a24f1d72..f1002c4f54 100644 --- a/lib/chef/knife/osc_user_list.rb +++ b/lib/chef/knife/osc_user_list.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/osc_user_reregister.rb b/lib/chef/knife/osc_user_reregister.rb index cc0e647abc..b513f31328 100644 --- a/lib/chef/knife/osc_user_reregister.rb +++ b/lib/chef/knife/osc_user_reregister.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/osc_user_show.rb b/lib/chef/knife/osc_user_show.rb index 73c6cb9916..22e9bf4dcd 100644 --- a/lib/chef/knife/osc_user_show.rb +++ b/lib/chef/knife/osc_user_show.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/recipe_list.rb b/lib/chef/knife/recipe_list.rb index 04ac808c4a..8f76e494ad 100644 --- a/lib/chef/knife/recipe_list.rb +++ b/lib/chef/knife/recipe_list.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_bulk_delete.rb b/lib/chef/knife/role_bulk_delete.rb index 29ef190672..2ec0afb182 100644 --- a/lib/chef/knife/role_bulk_delete.rb +++ b/lib/chef/knife/role_bulk_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_create.rb b/lib/chef/knife/role_create.rb index e4f4d643dc..23bf0c372b 100644 --- a/lib/chef/knife/role_create.rb +++ b/lib/chef/knife/role_create.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_delete.rb b/lib/chef/knife/role_delete.rb index a7e4902281..4162f5b9f4 100644 --- a/lib/chef/knife/role_delete.rb +++ b/lib/chef/knife/role_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_edit.rb b/lib/chef/knife/role_edit.rb index a76943ad48..129d55cacd 100644 --- a/lib/chef/knife/role_edit.rb +++ b/lib/chef/knife/role_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_env_run_list_add.rb b/lib/chef/knife/role_env_run_list_add.rb index 1c68406ac8..207484597e 100644 --- a/lib/chef/knife/role_env_run_list_add.rb +++ b/lib/chef/knife/role_env_run_list_add.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: William Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/knife/role_env_run_list_remove.rb b/lib/chef/knife/role_env_run_list_remove.rb index 312cc7637c..ae30d0a884 100644 --- a/lib/chef/knife/role_env_run_list_remove.rb +++ b/lib/chef/knife/role_env_run_list_remove.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_env_run_list_replace.rb b/lib/chef/knife/role_env_run_list_replace.rb index 9101044f06..ae0c7a63b5 100644 --- a/lib/chef/knife/role_env_run_list_replace.rb +++ b/lib/chef/knife/role_env_run_list_replace.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: William Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/knife/role_from_file.rb b/lib/chef/knife/role_from_file.rb index 69780765c6..157c8b8889 100644 --- a/lib/chef/knife/role_from_file.rb +++ b/lib/chef/knife/role_from_file.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_list.rb b/lib/chef/knife/role_list.rb index b9c6e6cda7..02a1bcb43e 100644 --- a/lib/chef/knife/role_list.rb +++ b/lib/chef/knife/role_list.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_run_list_add.rb b/lib/chef/knife/role_run_list_add.rb index 4c37707861..3ce0439a7f 100644 --- a/lib/chef/knife/role_run_list_add.rb +++ b/lib/chef/knife/role_run_list_add.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: William Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/knife/role_run_list_remove.rb b/lib/chef/knife/role_run_list_remove.rb index 0cbcde798a..f9f8e1dbb1 100644 --- a/lib/chef/knife/role_run_list_remove.rb +++ b/lib/chef/knife/role_run_list_remove.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/role_run_list_replace.rb b/lib/chef/knife/role_run_list_replace.rb index 44959d253a..e12a77d487 100644 --- a/lib/chef/knife/role_run_list_replace.rb +++ b/lib/chef/knife/role_run_list_replace.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: William Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/knife/role_show.rb b/lib/chef/knife/role_show.rb index 0e013737ff..a3af0baf6a 100644 --- a/lib/chef/knife/role_show.rb +++ b/lib/chef/knife/role_show.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/search.rb b/lib/chef/knife/search.rb index 7eb7660eb2..ecb323abe3 100644 --- a/lib/chef/knife/search.rb +++ b/lib/chef/knife/search.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/ssh.rb b/lib/chef/knife/ssh.rb index 0a929307a0..139e6d1021 100644 --- a/lib/chef/knife/ssh.rb +++ b/lib/chef/knife/ssh.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/ssl_check.rb b/lib/chef/knife/ssl_check.rb index 978b775d1e..87cb82c8b1 100644 --- a/lib/chef/knife/ssl_check.rb +++ b/lib/chef/knife/ssl_check.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/ssl_fetch.rb b/lib/chef/knife/ssl_fetch.rb index 2307bb2536..3d9db57c07 100644 --- a/lib/chef/knife/ssl_fetch.rb +++ b/lib/chef/knife/ssl_fetch.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/tag_create.rb b/lib/chef/knife/tag_create.rb index 540106092b..e8cfe11303 100644 --- a/lib/chef/knife/tag_create.rb +++ b/lib/chef/knife/tag_create.rb @@ -1,7 +1,7 @@ # # Author:: Ryan Davis (<ryand-ruby@zenspider.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2011-2016, Ryan Davis and Opscode, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/tag_delete.rb b/lib/chef/knife/tag_delete.rb index 76ae3505a3..d00ec2f60b 100644 --- a/lib/chef/knife/tag_delete.rb +++ b/lib/chef/knife/tag_delete.rb @@ -1,7 +1,7 @@ # # Author:: Ryan Davis (<ryand-ruby@zenspider.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2011-2016, Ryan Davis and Opscode, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/tag_list.rb b/lib/chef/knife/tag_list.rb index ab63066218..2665e53bf4 100644 --- a/lib/chef/knife/tag_list.rb +++ b/lib/chef/knife/tag_list.rb @@ -1,7 +1,7 @@ # # Author:: Ryan Davis (<ryand-ruby@zenspider.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2011-2016, Ryan Davis and Opscode, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/user_delete.rb b/lib/chef/knife/user_delete.rb index 8f8cb0ed54..a6eb89bc17 100644 --- a/lib/chef/knife/user_delete.rb +++ b/lib/chef/knife/user_delete.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/user_edit.rb b/lib/chef/knife/user_edit.rb index 49c076623d..5aa1c56796 100644 --- a/lib/chef/knife/user_edit.rb +++ b/lib/chef/knife/user_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/user_list.rb b/lib/chef/knife/user_list.rb index 12dbe47f3d..88e834025d 100644 --- a/lib/chef/knife/user_list.rb +++ b/lib/chef/knife/user_list.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/user_reregister.rb b/lib/chef/knife/user_reregister.rb index 7ccd464fbb..3e093da6a5 100644 --- a/lib/chef/knife/user_reregister.rb +++ b/lib/chef/knife/user_reregister.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/knife/user_show.rb b/lib/chef/knife/user_show.rb index 2ee4b68a2d..0f70b86603 100644 --- a/lib/chef/knife/user_show.rb +++ b/lib/chef/knife/user_show.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/local_mode.rb b/lib/chef/local_mode.rb index d6e3e17b87..a1b0910156 100644 --- a/lib/chef/local_mode.rb +++ b/lib/chef/local_mode.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@getchef.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/log.rb b/lib/chef/log.rb index bb15b60c2f..5b22b3c00e 100644 --- a/lib/chef/log.rb +++ b/lib/chef/log.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: AJ Christensen (<@aj@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) +# Author:: Christopher Brown (<cb@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/checksum.rb b/lib/chef/mixin/checksum.rb index e1839e906e..f223894c39 100644 --- a/lib/chef/mixin/checksum.rb +++ b/lib/chef/mixin/checksum.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/command.rb b/lib/chef/mixin/command.rb index 142311ebbf..8e0b105274 100644 --- a/lib/chef/mixin/command.rb +++ b/lib/chef/mixin/command.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/command/unix.rb b/lib/chef/mixin/command/unix.rb index 8545d594ec..3d97b961aa 100644 --- a/lib/chef/mixin/command/unix.rb +++ b/lib/chef/mixin/command/unix.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/command/windows.rb b/lib/chef/mixin/command/windows.rb index 805722b206..5580aaec59 100644 --- a/lib/chef/mixin/command/windows.rb +++ b/lib/chef/mixin/command/windows.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Author:: Doug MacEachern (<dougm@vmware.com>) # Copyright:: Copyright 2010-2016, VMware, Inc. diff --git a/lib/chef/mixin/convert_to_class_name.rb b/lib/chef/mixin/convert_to_class_name.rb index 8623da7368..5029474de9 100644 --- a/lib/chef/mixin/convert_to_class_name.rb +++ b/lib/chef/mixin/convert_to_class_name.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/create_path.rb b/lib/chef/mixin/create_path.rb index 85cfefb92a..233f7b9521 100644 --- a/lib/chef/mixin/create_path.rb +++ b/lib/chef/mixin/create_path.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/deep_merge.rb b/lib/chef/mixin/deep_merge.rb index c8db5aa27b..c0b2d0d0c5 100644 --- a/lib/chef/mixin/deep_merge.rb +++ b/lib/chef/mixin/deep_merge.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Steve Midgley (http://www.misuse.org/science) # Copyright:: Copyright 2009-2016, Chef Software Inc. # Copyright:: Copyright 2008-2016, Steve Midgley diff --git a/lib/chef/mixin/deprecation.rb b/lib/chef/mixin/deprecation.rb index 3cc6c250bc..04c40dcf29 100644 --- a/lib/chef/mixin/deprecation.rb +++ b/lib/chef/mixin/deprecation.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/enforce_ownership_and_permissions.rb b/lib/chef/mixin/enforce_ownership_and_permissions.rb index e3f899762a..e02c34748f 100644 --- a/lib/chef/mixin/enforce_ownership_and_permissions.rb +++ b/lib/chef/mixin/enforce_ownership_and_permissions.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/file_class.rb b/lib/chef/mixin/file_class.rb index ad705837bb..166dd5796a 100644 --- a/lib/chef/mixin/file_class.rb +++ b/lib/chef/mixin/file_class.rb @@ -1,7 +1,7 @@ # -# Author:: Mark Mzyk <mmzyk@opscode.com> -# Author:: Seth Chisamore <schisamo@opscode.com> -# Author:: Bryan McLellan <btm@opscode.com> +# Author:: Mark Mzyk <mmzyk@chef.io> +# Author:: Seth Chisamore <schisamo@chef.io> +# Author:: Bryan McLellan <btm@chef.io> # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/from_file.rb b/lib/chef/mixin/from_file.rb index 5706d615bd..a6692d798d 100644 --- a/lib/chef/mixin/from_file.rb +++ b/lib/chef/mixin/from_file.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/get_source_from_package.rb b/lib/chef/mixin/get_source_from_package.rb index 1e07217956..abab763436 100644 --- a/lib/chef/mixin/get_source_from_package.rb +++ b/lib/chef/mixin/get_source_from_package.rb @@ -1,4 +1,4 @@ -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/homebrew_user.rb b/lib/chef/mixin/homebrew_user.rb index 6cda7c1c8d..99a2f92944 100644 --- a/lib/chef/mixin/homebrew_user.rb +++ b/lib/chef/mixin/homebrew_user.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Author:: Graeme Mathieson (<mathie@woss.name>) # # Copyright 2011-2016, Chef Software Inc. diff --git a/lib/chef/mixin/language.rb b/lib/chef/mixin/language.rb index 5ec72efb94..3f53645a55 100644 --- a/lib/chef/mixin/language.rb +++ b/lib/chef/mixin/language.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/language_include_attribute.rb b/lib/chef/mixin/language_include_attribute.rb index 6b7cc26a23..39a04bb701 100644 --- a/lib/chef/mixin/language_include_attribute.rb +++ b/lib/chef/mixin/language_include_attribute.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/language_include_recipe.rb b/lib/chef/mixin/language_include_recipe.rb index ce0c9634cb..9dd64673a1 100644 --- a/lib/chef/mixin/language_include_recipe.rb +++ b/lib/chef/mixin/language_include_recipe.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/params_validate.rb b/lib/chef/mixin/params_validate.rb index d902ae272b..b922f28475 100644 --- a/lib/chef/mixin/params_validate.rb +++ b/lib/chef/mixin/params_validate.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/path_sanity.rb b/lib/chef/mixin/path_sanity.rb index 190179b6e4..6c1b26fabd 100644 --- a/lib/chef/mixin/path_sanity.rb +++ b/lib/chef/mixin/path_sanity.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/powershell_type_coercions.rb b/lib/chef/mixin/powershell_type_coercions.rb index 6b9f03d9c2..9076b1ce3e 100644 --- a/lib/chef/mixin/powershell_type_coercions.rb +++ b/lib/chef/mixin/powershell_type_coercions.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Author:: Jay Mundrawala (<jdm@chef.io>) # Copyright:: Copyright 2015-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/mixin/recipe_definition_dsl_core.rb b/lib/chef/mixin/recipe_definition_dsl_core.rb index 2b654bc85e..6a9b12d31a 100644 --- a/lib/chef/mixin/recipe_definition_dsl_core.rb +++ b/lib/chef/mixin/recipe_definition_dsl_core.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/securable.rb b/lib/chef/mixin/securable.rb index d1817e9b74..d83d009638 100644 --- a/lib/chef/mixin/securable.rb +++ b/lib/chef/mixin/securable.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/shell_out.rb b/lib/chef/mixin/shell_out.rb index 27ebb0008e..d3598f64f5 100644 --- a/lib/chef/mixin/shell_out.rb +++ b/lib/chef/mixin/shell_out.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/subclass_directive.rb b/lib/chef/mixin/subclass_directive.rb index 3f2ac3e728..397a37c6b8 100644 --- a/lib/chef/mixin/subclass_directive.rb +++ b/lib/chef/mixin/subclass_directive.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/template.rb b/lib/chef/mixin/template.rb index fdc56acde6..be46f0cd2c 100644 --- a/lib/chef/mixin/template.rb +++ b/lib/chef/mixin/template.rb @@ -1,5 +1,5 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/why_run.rb b/lib/chef/mixin/why_run.rb index 368b5a4747..be9808b1fe 100644 --- a/lib/chef/mixin/why_run.rb +++ b/lib/chef/mixin/why_run.rb @@ -1,6 +1,6 @@ # -# Author:: Dan DeLeo ( <dan@opscode.com> ) -# Author:: Marc Paradise ( <marc@opscode.com> ) +# Author:: Dan DeLeo ( <dan@chef.io> ) +# Author:: Marc Paradise ( <marc@chef.io> ) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/windows_architecture_helper.rb b/lib/chef/mixin/windows_architecture_helper.rb index 6d0490c370..edda6cf401 100644 --- a/lib/chef/mixin/windows_architecture_helper.rb +++ b/lib/chef/mixin/windows_architecture_helper.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/windows_env_helper.rb b/lib/chef/mixin/windows_env_helper.rb index 89154b7a34..e46b40b240 100644 --- a/lib/chef/mixin/windows_env_helper.rb +++ b/lib/chef/mixin/windows_env_helper.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/mixin/xml_escape.rb b/lib/chef/mixin/xml_escape.rb index b38e6fa95c..a278c81554 100644 --- a/lib/chef/mixin/xml_escape.rb +++ b/lib/chef/mixin/xml_escape.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # Copyright:: Copyright 2005-2016, Sam Ruby # License:: Apache License, Version 2.0 diff --git a/lib/chef/monkey_patches/net-ssh-multi.rb b/lib/chef/monkey_patches/net-ssh-multi.rb index 96720d76f2..dd4da6865f 100644 --- a/lib/chef/monkey_patches/net-ssh-multi.rb +++ b/lib/chef/monkey_patches/net-ssh-multi.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/node.rb b/lib/chef/node.rb index 468788613c..eeb59a119f 100644 --- a/lib/chef/node.rb +++ b/lib/chef/node.rb @@ -1,7 +1,7 @@ -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/node/attribute.rb b/lib/chef/node/attribute.rb index 539b750ec4..0ed4a9360a 100644 --- a/lib/chef/node/attribute.rb +++ b/lib/chef/node/attribute.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/node/attribute_collections.rb b/lib/chef/node/attribute_collections.rb index 3cb31c5a2d..c52582a520 100644 --- a/lib/chef/node/attribute_collections.rb +++ b/lib/chef/node/attribute_collections.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/null_logger.rb b/lib/chef/null_logger.rb index 6b30ba6e27..aae503c9da 100644 --- a/lib/chef/null_logger.rb +++ b/lib/chef/null_logger.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc # License:: Apache License, Version 2.0 # diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb index 29f50781f4..165715267b 100644 --- a/lib/chef/platform.rb +++ b/lib/chef/platform.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb index 8e8bcab8fe..478ed55385 100644 --- a/lib/chef/platform/provider_mapping.rb +++ b/lib/chef/platform/provider_mapping.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/platform/query_helpers.rb b/lib/chef/platform/query_helpers.rb index 7bac2ae335..7a92fd3300 100644 --- a/lib/chef/platform/query_helpers.rb +++ b/lib/chef/platform/query_helpers.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/platform/rebooter.rb b/lib/chef/platform/rebooter.rb index f9dede68dc..622f35a5db 100644 --- a/lib/chef/platform/rebooter.rb +++ b/lib/chef/platform/rebooter.rb @@ -1,5 +1,5 @@ # -# Author:: Chris Doherty <cdoherty@getchef.com>) +# Author:: Chris Doherty <cdoherty@chef.io>) # Copyright:: Copyright 2014-2016, Chef, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/policy_builder.rb b/lib/chef/policy_builder.rb index 21de737d5b..56533e9a60 100644 --- a/lib/chef/policy_builder.rb +++ b/lib/chef/policy_builder.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/policy_builder/expand_node_object.rb b/lib/chef/policy_builder/expand_node_object.rb index 4f11139262..f71036e4d1 100644 --- a/lib/chef/policy_builder/expand_node_object.rb +++ b/lib/chef/policy_builder/expand_node_object.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/policy_builder/policyfile.rb b/lib/chef/policy_builder/policyfile.rb index 0c4e888fe1..1c0db91366 100644 --- a/lib/chef/policy_builder/policyfile.rb +++ b/lib/chef/policy_builder/policyfile.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb index a8e30e5c72..eeef182f73 100644 --- a/lib/chef/provider.rb +++ b/lib/chef/provider.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, 2009-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/batch.rb b/lib/chef/provider/batch.rb index 36065b3bd1..7f5a711954 100644 --- a/lib/chef/provider/batch.rb +++ b/lib/chef/provider/batch.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/cookbook_file.rb b/lib/chef/provider/cookbook_file.rb index 9be8854458..3ca0bbd47a 100644 --- a/lib/chef/provider/cookbook_file.rb +++ b/lib/chef/provider/cookbook_file.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/cookbook_file/content.rb b/lib/chef/provider/cookbook_file/content.rb index 86e147da24..1d24dee3e7 100644 --- a/lib/chef/provider/cookbook_file/content.rb +++ b/lib/chef/provider/cookbook_file/content.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/deploy/revision.rb b/lib/chef/provider/deploy/revision.rb index f44efedb46..0bd30ce762 100644 --- a/lib/chef/provider/deploy/revision.rb +++ b/lib/chef/provider/deploy/revision.rb @@ -1,7 +1,7 @@ # # Author:: Daniel DeLeo (<dan@kallistec.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2009-2016, Daniel DeLeo # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/provider/directory.rb b/lib/chef/provider/directory.rb index 125091ddfd..3235a28cd1 100644 --- a/lib/chef/provider/directory.rb +++ b/lib/chef/provider/directory.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/dsc_resource.rb b/lib/chef/provider/dsc_resource.rb index b64ae030b3..56f6d7a6d9 100644 --- a/lib/chef/provider/dsc_resource.rb +++ b/lib/chef/provider/dsc_resource.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/provider/dsc_script.rb b/lib/chef/provider/dsc_script.rb index 56cbe95e36..b8686c4450 100644 --- a/lib/chef/provider/dsc_script.rb +++ b/lib/chef/provider/dsc_script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/provider/execute.rb b/lib/chef/provider/execute.rb index 6e52e9487e..fde60ba33f 100644 --- a/lib/chef/provider/execute.rb +++ b/lib/chef/provider/execute.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/file.rb b/lib/chef/provider/file.rb index c7bdeab9ae..2be01889af 100644 --- a/lib/chef/provider/file.rb +++ b/lib/chef/provider/file.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/file/content.rb b/lib/chef/provider/file/content.rb index fd896179d2..1b60e10fea 100644 --- a/lib/chef/provider/file/content.rb +++ b/lib/chef/provider/file/content.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/group.rb b/lib/chef/provider/group.rb index 690f384f2f..0c98730155 100644 --- a/lib/chef/provider/group.rb +++ b/lib/chef/provider/group.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/group/gpasswd.rb b/lib/chef/provider/group/gpasswd.rb index abb5e14569..dcf526b211 100644 --- a/lib/chef/provider/group/gpasswd.rb +++ b/lib/chef/provider/group/gpasswd.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/group/groupadd.rb b/lib/chef/provider/group/groupadd.rb index 7f2d671907..8f87054262 100644 --- a/lib/chef/provider/group/groupadd.rb +++ b/lib/chef/provider/group/groupadd.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/group/suse.rb b/lib/chef/provider/group/suse.rb index cc6932ac3e..f6f4fa1e11 100644 --- a/lib/chef/provider/group/suse.rb +++ b/lib/chef/provider/group/suse.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/group/usermod.rb b/lib/chef/provider/group/usermod.rb index 5f1ee95287..e4b19181aa 100644 --- a/lib/chef/provider/group/usermod.rb +++ b/lib/chef/provider/group/usermod.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/http_request.rb b/lib/chef/provider/http_request.rb index 4a7950e902..9a261b8d79 100644 --- a/lib/chef/provider/http_request.rb +++ b/lib/chef/provider/http_request.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/link.rb b/lib/chef/provider/link.rb index b6f1e8bafc..b8cffee695 100644 --- a/lib/chef/provider/link.rb +++ b/lib/chef/provider/link.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/lwrp_base.rb b/lib/chef/provider/lwrp_base.rb index 2724882f08..f5ba30ba15 100644 --- a/lib/chef/provider/lwrp_base.rb +++ b/lib/chef/provider/lwrp_base.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb index 27bffb6ef2..cc4a548ac1 100644 --- a/lib/chef/provider/mount.rb +++ b/lib/chef/provider/mount.rb @@ -1,6 +1,6 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/mount/mount.rb b/lib/chef/provider/mount/mount.rb index b9003b1dee..0daacbf96d 100644 --- a/lib/chef/provider/mount/mount.rb +++ b/lib/chef/provider/mount/mount.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@opscode.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/mount/solaris.rb b/lib/chef/provider/mount/solaris.rb index f97cc1e6f7..4d2381b6d8 100644 --- a/lib/chef/provider/mount/solaris.rb +++ b/lib/chef/provider/mount/solaris.rb @@ -1,7 +1,7 @@ # Encoding: utf-8 # Author:: Hugo Fichter -# Author:: Lamont Granquist (<lamont@getchef.com>) -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software, Inc # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package.rb b/lib/chef/provider/package.rb index 1b9f9e3962..a051a5fedd 100644 --- a/lib/chef/provider/package.rb +++ b/lib/chef/provider/package.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package/apt.rb b/lib/chef/provider/package/apt.rb index f47ed24596..ac730202b8 100644 --- a/lib/chef/provider/package/apt.rb +++ b/lib/chef/provider/package/apt.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package/homebrew.rb b/lib/chef/provider/package/homebrew.rb index 981c5f7be8..3085c0524e 100644 --- a/lib/chef/provider/package/homebrew.rb +++ b/lib/chef/provider/package/homebrew.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Author:: Graeme Mathieson (<mathie@woss.name>) # # Copyright 2011-2016, Chef Software Inc. diff --git a/lib/chef/provider/package/ips.rb b/lib/chef/provider/package/ips.rb index 929730c0b0..dc83e4aa08 100644 --- a/lib/chef/provider/package/ips.rb +++ b/lib/chef/provider/package/ips.rb @@ -1,6 +1,6 @@ # # Author:: Jason J. W. Williams (<williamsjj@digitar.com>) -# Author:: Stephen Nelson-Smith (<sns@opscode.com>) +# Author:: Stephen Nelson-Smith (<sns@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package/rpm.rb b/lib/chef/provider/package/rpm.rb index 703851d33c..c72c9559c8 100644 --- a/lib/chef/provider/package/rpm.rb +++ b/lib/chef/provider/package/rpm.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@opscode.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package/rubygems.rb b/lib/chef/provider/package/rubygems.rb index aac9d67f8a..b176114a15 100644 --- a/lib/chef/provider/package/rubygems.rb +++ b/lib/chef/provider/package/rubygems.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, 2010-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package/yum.rb b/lib/chef/provider/package/yum.rb index 7b68089b60..a0629842f2 100644 --- a/lib/chef/provider/package/yum.rb +++ b/lib/chef/provider/package/yum.rb @@ -1,5 +1,5 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/package/zypper.rb b/lib/chef/provider/package/zypper.rb index f5556fb765..5d42772a48 100644 --- a/lib/chef/provider/package/zypper.rb +++ b/lib/chef/provider/package/zypper.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Authors:: Adam Jacob (<adam@opscode.com>) +# Authors:: Adam Jacob (<adam@chef.io>) # Ionuț Arțăriși (<iartarisi@suse.cz>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # Copyright 2013-2016, SUSE Linux GmbH diff --git a/lib/chef/provider/powershell_script.rb b/lib/chef/provider/powershell_script.rb index c1f61a16ac..19589dbead 100644 --- a/lib/chef/provider/powershell_script.rb +++ b/lib/chef/provider/powershell_script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/reboot.rb b/lib/chef/provider/reboot.rb index ceb734413d..11039f8701 100644 --- a/lib/chef/provider/reboot.rb +++ b/lib/chef/provider/reboot.rb @@ -1,5 +1,5 @@ # -# Author:: Chris Doherty <cdoherty@getchef.com>) +# Author:: Chris Doherty <cdoherty@chef.io>) # Copyright:: Copyright 2014-2016, Chef, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/registry_key.rb b/lib/chef/provider/registry_key.rb index d421544415..3d3d2a01a4 100644 --- a/lib/chef/provider/registry_key.rb +++ b/lib/chef/provider/registry_key.rb @@ -1,6 +1,6 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # # Copyright:: Copyright 2011-2016, Chef Software Inc. # diff --git a/lib/chef/provider/remote_directory.rb b/lib/chef/provider/remote_directory.rb index 8c7916cb2d..7479ef9e85 100644 --- a/lib/chef/provider/remote_directory.rb +++ b/lib/chef/provider/remote_directory.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/remote_file.rb b/lib/chef/provider/remote_file.rb index be0d053355..9207e62ac6 100644 --- a/lib/chef/provider/remote_file.rb +++ b/lib/chef/provider/remote_file.rb @@ -1,6 +1,6 @@ # # Author:: Jesse Campbell (<hikeit@gmail.com>) -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/remote_file/cache_control_data.rb b/lib/chef/provider/remote_file/cache_control_data.rb index 014f2591ef..b100ebf4a0 100644 --- a/lib/chef/provider/remote_file/cache_control_data.rb +++ b/lib/chef/provider/remote_file/cache_control_data.rb @@ -1,7 +1,7 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Author:: Jesse Campbell (<hikeit@gmail.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Jesse Campbell # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/provider/remote_file/content.rb b/lib/chef/provider/remote_file/content.rb index 1f9047b9ec..e44096428b 100644 --- a/lib/chef/provider/remote_file/content.rb +++ b/lib/chef/provider/remote_file/content.rb @@ -1,6 +1,6 @@ # # Author:: Jesse Campbell (<hikeit@gmail.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/remote_file/fetcher.rb b/lib/chef/provider/remote_file/fetcher.rb index 352cf168ff..dad73cf17f 100644 --- a/lib/chef/provider/remote_file/fetcher.rb +++ b/lib/chef/provider/remote_file/fetcher.rb @@ -1,6 +1,6 @@ # # Author:: Jesse Campbell (<hikeit@gmail.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/remote_file/http.rb b/lib/chef/provider/remote_file/http.rb index b26b755d4b..0e44f06ca7 100644 --- a/lib/chef/provider/remote_file/http.rb +++ b/lib/chef/provider/remote_file/http.rb @@ -1,6 +1,6 @@ # # Author:: Jesse Campbell (<hikeit@gmail.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Jesse Campbell # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/ruby_block.rb b/lib/chef/provider/ruby_block.rb index be23f97330..0817b14044 100644 --- a/lib/chef/provider/ruby_block.rb +++ b/lib/chef/provider/ruby_block.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2009-2016, Opscode # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/script.rb b/lib/chef/provider/script.rb index 391142966c..6ca4e9f6f3 100644 --- a/lib/chef/provider/script.rb +++ b/lib/chef/provider/script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/service/gentoo.rb b/lib/chef/provider/service/gentoo.rb index bfb9f56776..66f2f10f23 100644 --- a/lib/chef/provider/service/gentoo.rb +++ b/lib/chef/provider/service/gentoo.rb @@ -1,6 +1,6 @@ # # Author:: Lee Jensen (<ljensen@engineyard.com>) -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/service/windows.rb b/lib/chef/provider/service/windows.rb index 6388794321..8c7c76df3f 100644 --- a/lib/chef/provider/service/windows.rb +++ b/lib/chef/provider/service/windows.rb @@ -1,7 +1,7 @@ # -# Author:: Nuo Yan <nuo@opscode.com> +# Author:: Nuo Yan <nuo@chef.io> # Author:: Bryan McLellan <btm@loftninjas.org> -# Author:: Seth Chisamore <schisamo@opscode.com> +# Author:: Seth Chisamore <schisamo@chef.io> # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/template.rb b/lib/chef/provider/template.rb index fb1cca1b81..e12d465353 100644 --- a/lib/chef/provider/template.rb +++ b/lib/chef/provider/template.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/template/content.rb b/lib/chef/provider/template/content.rb index 9b94f27085..acf200621d 100644 --- a/lib/chef/provider/template/content.rb +++ b/lib/chef/provider/template/content.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/user.rb b/lib/chef/provider/user.rb index 25f9e87544..4f29fac340 100644 --- a/lib/chef/provider/user.rb +++ b/lib/chef/provider/user.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/user/solaris.rb b/lib/chef/provider/user/solaris.rb index c06f2afb38..1f0cbb6054 100644 --- a/lib/chef/provider/user/solaris.rb +++ b/lib/chef/provider/user/solaris.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Nelson-Smith (<sns@opscode.com>) +# Author:: Stephen Nelson-Smith (<sns@chef.io>) # Author:: Jon Ramsey (<jonathon.ramsey@gmail.com>) # Author:: Dave Eddy (<dave@daveeddy.com>) # Copyright:: Copyright 2012-2016, Chef Software Inc. diff --git a/lib/chef/provider/user/useradd.rb b/lib/chef/provider/user/useradd.rb index cd26c014e8..4779dedd94 100644 --- a/lib/chef/provider/user/useradd.rb +++ b/lib/chef/provider/user/useradd.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/provider/windows_script.rb b/lib/chef/provider/windows_script.rb index 72a493f81f..e500e16c8b 100644 --- a/lib/chef/provider/windows_script.rb +++ b/lib/chef/provider/windows_script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 5550d6ba3e..8af25b4c40 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb index 7bfb3f6f3d..20032e5b6a 100644 --- a/lib/chef/recipe.rb +++ b/lib/chef/recipe.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/request_id.rb b/lib/chef/request_id.rb index f16c4967aa..33e54d9edc 100644 --- a/lib/chef/request_id.rb +++ b/lib/chef/request_id.rb @@ -1,4 +1,4 @@ -# Author:: Prajakta Purohit (<prajakta@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb index 2198c28cef..1791e4143e 100644 --- a/lib/chef/resource.rb +++ b/lib/chef/resource.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Author:: John Keiser (<jkeiser@chef.io) # Copyright:: Copyright 2008-2016, Chef, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/resource/apt_package.rb b/lib/chef/resource/apt_package.rb index 2e9f168e5d..069fefcb2b 100644 --- a/lib/chef/resource/apt_package.rb +++ b/lib/chef/resource/apt_package.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/bash.rb b/lib/chef/resource/bash.rb index b944f8e415..4abaf629cf 100644 --- a/lib/chef/resource/bash.rb +++ b/lib/chef/resource/bash.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/batch.rb b/lib/chef/resource/batch.rb index 858c7d6962..e6eed983f0 100644 --- a/lib/chef/resource/batch.rb +++ b/lib/chef/resource/batch.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/chocolatey_package.rb b/lib/chef/resource/chocolatey_package.rb index 060849c58e..4b4a537e7f 100644 --- a/lib/chef/resource/chocolatey_package.rb +++ b/lib/chef/resource/chocolatey_package.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/conditional.rb b/lib/chef/resource/conditional.rb index 7fbe5f3b1e..12fd55d572 100644 --- a/lib/chef/resource/conditional.rb +++ b/lib/chef/resource/conditional.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/cookbook_file.rb b/lib/chef/resource/cookbook_file.rb index 7cb4ad2965..6f1da0aa01 100644 --- a/lib/chef/resource/cookbook_file.rb +++ b/lib/chef/resource/cookbook_file.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/cron.rb b/lib/chef/resource/cron.rb index dbae23fff7..e105cc94d8 100644 --- a/lib/chef/resource/cron.rb +++ b/lib/chef/resource/cron.rb @@ -1,6 +1,6 @@ # # Author:: Bryan McLellan (btm@loftninjas.org) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Bryan McLellan # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/csh.rb b/lib/chef/resource/csh.rb index 6f0c5f2426..b4bae13399 100644 --- a/lib/chef/resource/csh.rb +++ b/lib/chef/resource/csh.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/deploy.rb b/lib/chef/resource/deploy.rb index 971732d7ee..797e2a664a 100644 --- a/lib/chef/resource/deploy.rb +++ b/lib/chef/resource/deploy.rb @@ -1,6 +1,6 @@ # # Author:: Daniel DeLeo (<dan@kallistec.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/directory.rb b/lib/chef/resource/directory.rb index dab8ab5e5f..1f0c4cdb51 100644 --- a/lib/chef/resource/directory.rb +++ b/lib/chef/resource/directory.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/dpkg_package.rb b/lib/chef/resource/dpkg_package.rb index c3f38a7c7f..9ff3239884 100644 --- a/lib/chef/resource/dpkg_package.rb +++ b/lib/chef/resource/dpkg_package.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/dsc_resource.rb b/lib/chef/resource/dsc_resource.rb index f093405108..d1777e77d9 100644 --- a/lib/chef/resource/dsc_resource.rb +++ b/lib/chef/resource/dsc_resource.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software Inc. # diff --git a/lib/chef/resource/dsc_script.rb b/lib/chef/resource/dsc_script.rb index 8096b84696..633a98c456 100644 --- a/lib/chef/resource/dsc_script.rb +++ b/lib/chef/resource/dsc_script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/env.rb b/lib/chef/resource/env.rb index 2a25de623f..a6caa3299a 100644 --- a/lib/chef/resource/env.rb +++ b/lib/chef/resource/env.rb @@ -1,6 +1,6 @@ # # Author:: Doug MacEachern (<dougm@vmware.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2010-2016, VMware, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/erl_call.rb b/lib/chef/resource/erl_call.rb index 62191070c9..607bcc0fae 100644 --- a/lib/chef/resource/erl_call.rb +++ b/lib/chef/resource/erl_call.rb @@ -1,6 +1,6 @@ # # Author:: Joe Williams (<joe@joetify.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Joe Williams # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb index 34589bd00b..167720f09f 100644 --- a/lib/chef/resource/execute.rb +++ b/lib/chef/resource/execute.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/file.rb b/lib/chef/resource/file.rb index 2577c136bd..f2606f72f0 100644 --- a/lib/chef/resource/file.rb +++ b/lib/chef/resource/file.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2008-2016, 2011-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/freebsd_package.rb b/lib/chef/resource/freebsd_package.rb index 4098444bbe..540774e864 100644 --- a/lib/chef/resource/freebsd_package.rb +++ b/lib/chef/resource/freebsd_package.rb @@ -1,5 +1,5 @@ # -# Authors:: AJ Christensen (<aj@opscode.com>) +# Authors:: AJ Christensen (<aj@chef.io>) # Richard Manyanza (<liseki@nyikacraftsmen.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2014-2016, Richard Manyanza. diff --git a/lib/chef/resource/gem_package.rb b/lib/chef/resource/gem_package.rb index 286bce10dd..e095115356 100644 --- a/lib/chef/resource/gem_package.rb +++ b/lib/chef/resource/gem_package.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/group.rb b/lib/chef/resource/group.rb index f7da6aa329..6a53e0de22 100644 --- a/lib/chef/resource/group.rb +++ b/lib/chef/resource/group.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/homebrew_package.rb b/lib/chef/resource/homebrew_package.rb index 58a509c220..34c662a4e5 100644 --- a/lib/chef/resource/homebrew_package.rb +++ b/lib/chef/resource/homebrew_package.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Author:: Graeme Mathieson (<mathie@woss.name>) # # Copyright 2011-2016, Chef Software Inc. diff --git a/lib/chef/resource/http_request.rb b/lib/chef/resource/http_request.rb index f02bd9edd0..a8299a9064 100644 --- a/lib/chef/resource/http_request.rb +++ b/lib/chef/resource/http_request.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/ifconfig.rb b/lib/chef/resource/ifconfig.rb index 2ee7ee48a8..c751595380 100644 --- a/lib/chef/resource/ifconfig.rb +++ b/lib/chef/resource/ifconfig.rb @@ -1,6 +1,6 @@ # # Author:: Jason K. Jackson (jasonjackson@gmail.com) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Jason K. Jackson # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/link.rb b/lib/chef/resource/link.rb index a18d5b1693..c2d5aa102c 100644 --- a/lib/chef/resource/link.rb +++ b/lib/chef/resource/link.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb index c76822a636..49f821b3f2 100644 --- a/lib/chef/resource/log.rb +++ b/lib/chef/resource/log.rb @@ -1,6 +1,6 @@ # # Author:: Cary Penniman (<cary@rightscale.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/mdadm.rb b/lib/chef/resource/mdadm.rb index 180a89e944..235cd86210 100644 --- a/lib/chef/resource/mdadm.rb +++ b/lib/chef/resource/mdadm.rb @@ -1,6 +1,6 @@ # # Author:: Joe Williams (<joe@joetify.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Joe Williams # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/mount.rb b/lib/chef/resource/mount.rb index 68efe9f613..9d0c0291f8 100644 --- a/lib/chef/resource/mount.rb +++ b/lib/chef/resource/mount.rb @@ -1,6 +1,6 @@ # -# Author:: Joshua Timberman (<joshua@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/ohai.rb b/lib/chef/resource/ohai.rb index ff934f52a7..b36cf32880 100644 --- a/lib/chef/resource/ohai.rb +++ b/lib/chef/resource/ohai.rb @@ -1,6 +1,6 @@ # # Author:: Michael Leinartas (<mleinartas@gmail.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2010-2016, Michael Leinartas # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/openbsd_package.rb b/lib/chef/resource/openbsd_package.rb index 09662b6dba..d0f9fe877f 100644 --- a/lib/chef/resource/openbsd_package.rb +++ b/lib/chef/resource/openbsd_package.rb @@ -1,5 +1,5 @@ # -# Authors:: AJ Christensen (<aj@opscode.com>) +# Authors:: AJ Christensen (<aj@chef.io>) # Richard Manyanza (<liseki@nyikacraftsmen.com>) # Scott Bonds (<scott@ggr.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. diff --git a/lib/chef/resource/package.rb b/lib/chef/resource/package.rb index 65a66cb786..32339e1a24 100644 --- a/lib/chef/resource/package.rb +++ b/lib/chef/resource/package.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/perl.rb b/lib/chef/resource/perl.rb index ae2ac8a183..783751aca4 100644 --- a/lib/chef/resource/perl.rb +++ b/lib/chef/resource/perl.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/portage_package.rb b/lib/chef/resource/portage_package.rb index a2f0ed7c5c..9814ccda56 100644 --- a/lib/chef/resource/portage_package.rb +++ b/lib/chef/resource/portage_package.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb index 5cefa96caf..891438eb01 100644 --- a/lib/chef/resource/powershell_script.rb +++ b/lib/chef/resource/powershell_script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb index e50fd89fea..d2a7a4fc14 100644 --- a/lib/chef/resource/python.rb +++ b/lib/chef/resource/python.rb @@ -1,4 +1,4 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/reboot.rb b/lib/chef/resource/reboot.rb index 21c7531576..2941294ff8 100644 --- a/lib/chef/resource/reboot.rb +++ b/lib/chef/resource/reboot.rb @@ -1,5 +1,5 @@ # -# Author:: Chris Doherty <cdoherty@getchef.com>) +# Author:: Chris Doherty <cdoherty@chef.io>) # Copyright:: Copyright 2014-2016, Chef, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/registry_key.rb b/lib/chef/resource/registry_key.rb index 282a905b6d..eaa9a00de5 100644 --- a/lib/chef/resource/registry_key.rb +++ b/lib/chef/resource/registry_key.rb @@ -1,5 +1,5 @@ -# Author:: Prajakta Purohit (<prajakta@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # # Copyright:: Copyright 2011-2016, Chef Software Inc. # diff --git a/lib/chef/resource/remote_directory.rb b/lib/chef/resource/remote_directory.rb index ccc5cc3dfe..b7fbcaf3b3 100644 --- a/lib/chef/resource/remote_directory.rb +++ b/lib/chef/resource/remote_directory.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/remote_file.rb b/lib/chef/resource/remote_file.rb index 4f8455eb8e..5fce1ee89a 100644 --- a/lib/chef/resource/remote_file.rb +++ b/lib/chef/resource/remote_file.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/route.rb b/lib/chef/resource/route.rb index b34aef707a..b817ed33e0 100644 --- a/lib/chef/resource/route.rb +++ b/lib/chef/resource/route.rb @@ -1,6 +1,6 @@ # # Author:: Bryan McLellan (btm@loftninjas.org) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Bryan McLellan # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/ruby.rb b/lib/chef/resource/ruby.rb index 761734f780..0a7bec90a2 100644 --- a/lib/chef/resource/ruby.rb +++ b/lib/chef/resource/ruby.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/ruby_block.rb b/lib/chef/resource/ruby_block.rb index bee3e6eb99..48f297e6ec 100644 --- a/lib/chef/resource/ruby_block.rb +++ b/lib/chef/resource/ruby_block.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/script.rb b/lib/chef/resource/script.rb index 1229aaa8cc..c7748a7eb8 100644 --- a/lib/chef/resource/script.rb +++ b/lib/chef/resource/script.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/service.rb b/lib/chef/resource/service.rb index 03b2d9a6e4..504fdac104 100644 --- a/lib/chef/resource/service.rb +++ b/lib/chef/resource/service.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen (<aj@hjksolutions.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/subversion.rb b/lib/chef/resource/subversion.rb index 539a8b1dec..c391fdfd0f 100644 --- a/lib/chef/resource/subversion.rb +++ b/lib/chef/resource/subversion.rb @@ -1,6 +1,6 @@ # # Author:: Daniel DeLeo (<dan@kallistec.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/template.rb b/lib/chef/resource/template.rb index dc24c488eb..9a1a69120d 100644 --- a/lib/chef/resource/template.rb +++ b/lib/chef/resource/template.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/user.rb b/lib/chef/resource/user.rb index c554c37e83..4f11975d50 100644 --- a/lib/chef/resource/user.rb +++ b/lib/chef/resource/user.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/windows_script.rb b/lib/chef/resource/windows_script.rb index e41f68cdc8..13905fc4ba 100644 --- a/lib/chef/resource/windows_script.rb +++ b/lib/chef/resource/windows_script.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource/yum_package.rb b/lib/chef/resource/yum_package.rb index 5cab4201e3..f2dd772d82 100644 --- a/lib/chef/resource/yum_package.rb +++ b/lib/chef/resource/yum_package.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_collection.rb b/lib/chef/resource_collection.rb index 74f67b44b5..369aacd29e 100644 --- a/lib/chef/resource_collection.rb +++ b/lib/chef/resource_collection.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_collection/resource_collection_serialization.rb b/lib/chef/resource_collection/resource_collection_serialization.rb index 47dce9f12c..b654644cd9 100644 --- a/lib/chef/resource_collection/resource_collection_serialization.rb +++ b/lib/chef/resource_collection/resource_collection_serialization.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_collection/resource_list.rb b/lib/chef/resource_collection/resource_list.rb index fefb5283e4..20bfc7b5f0 100644 --- a/lib/chef/resource_collection/resource_list.rb +++ b/lib/chef/resource_collection/resource_list.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_collection/resource_set.rb b/lib/chef/resource_collection/resource_set.rb index 1c257cea73..7bc980b6db 100644 --- a/lib/chef/resource_collection/resource_set.rb +++ b/lib/chef/resource_collection/resource_set.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_definition.rb b/lib/chef/resource_definition.rb index c7ef1fd7e5..f6fe77a1fd 100644 --- a/lib/chef/resource_definition.rb +++ b/lib/chef/resource_definition.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_definition_list.rb b/lib/chef/resource_definition_list.rb index bdd06956ee..ca3f46c4ea 100644 --- a/lib/chef/resource_definition_list.rb +++ b/lib/chef/resource_definition_list.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb index 0ede774a8f..ec7e43f22c 100644 --- a/lib/chef/resource_reporter.rb +++ b/lib/chef/resource_reporter.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Author:: Prajakta Purohit (prajakta@opscode.com>) # Auther:: Tyler Cloke (<tyler@opscode.com>) # diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb index 4d58971169..71fe281e24 100644 --- a/lib/chef/resources.rb +++ b/lib/chef/resources.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/rest.rb b/lib/chef/rest.rb index b1d91c2fb8..bf444ffe23 100644 --- a/lib/chef/rest.rb +++ b/lib/chef/rest.rb @@ -1,9 +1,9 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Thom May (<thom@clearairturbulence.org>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/role.rb b/lib/chef/role.rb index 63489d9e47..22a4c9f01d 100644 --- a/lib/chef/role.rb +++ b/lib/chef/role.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuo@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuo@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb index f7eca20ed6..8b3f120deb 100644 --- a/lib/chef/run_context.rb +++ b/lib/chef/run_context.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_context/cookbook_compiler.rb b/lib/chef/run_context/cookbook_compiler.rb index 72cc9e8c3c..57aa59881a 100644 --- a/lib/chef/run_context/cookbook_compiler.rb +++ b/lib/chef/run_context/cookbook_compiler.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_list.rb b/lib/chef/run_list.rb index 22876c4b59..8b586f4077 100644 --- a/lib/chef/run_list.rb +++ b/lib/chef/run_list.rb @@ -1,9 +1,9 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Nuo Yan (<nuoyan@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Nuo Yan (<nuoyan@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_list/run_list_expansion.rb b/lib/chef/run_list/run_list_expansion.rb index 2e989db9a0..bac748096d 100644 --- a/lib/chef/run_list/run_list_expansion.rb +++ b/lib/chef/run_list/run_list_expansion.rb @@ -1,6 +1,6 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_list/run_list_item.rb b/lib/chef/run_list/run_list_item.rb index 6746217c09..4ee0f36dff 100644 --- a/lib/chef/run_list/run_list_item.rb +++ b/lib/chef/run_list/run_list_item.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_list/versioned_recipe_list.rb b/lib/chef/run_list/versioned_recipe_list.rb index 5a86058ac3..49622b8c43 100644 --- a/lib/chef/run_list/versioned_recipe_list.rb +++ b/lib/chef/run_list/versioned_recipe_list.rb @@ -1,6 +1,6 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_lock.rb b/lib/chef/run_lock.rb index 533601dd88..c4e2751391 100644 --- a/lib/chef/run_lock.rb +++ b/lib/chef/run_lock.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/run_status.rb b/lib/chef/run_status.rb index 62c4bd1a3d..58a6a43e3c 100644 --- a/lib/chef/run_status.rb +++ b/lib/chef/run_status.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/runner.rb b/lib/chef/runner.rb index f427fd7d7a..a8cda86a6b 100644 --- a/lib/chef/runner.rb +++ b/lib/chef/runner.rb @@ -1,7 +1,7 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/scan_access_control.rb b/lib/chef/scan_access_control.rb index 70f42ddd94..f55a106e6d 100644 --- a/lib/chef/scan_access_control.rb +++ b/lib/chef/scan_access_control.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/search/query.rb b/lib/chef/search/query.rb index ce63fc6251..6041cafcf8 100644 --- a/lib/chef/search/query.rb +++ b/lib/chef/search/query.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/server_api.rb b/lib/chef/server_api.rb index 55cafad541..3bfceacdd7 100644 --- a/lib/chef/server_api.rb +++ b/lib/chef/server_api.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/shell/model_wrapper.rb b/lib/chef/shell/model_wrapper.rb index b3677a9caa..f9f9874401 100644 --- a/lib/chef/shell/model_wrapper.rb +++ b/lib/chef/shell/model_wrapper.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/shell/shell_session.rb b/lib/chef/shell/shell_session.rb index 9fd09e4168..431f9a8121 100644 --- a/lib/chef/shell/shell_session.rb +++ b/lib/chef/shell/shell_session.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo (<dan@kallistec.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2009-2016, Daniel DeLeo # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/tasks/chef_repo.rake b/lib/chef/tasks/chef_repo.rake index 417db4b836..5d5d6640b9 100644 --- a/lib/chef/tasks/chef_repo.rake +++ b/lib/chef/tasks/chef_repo.rake @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/util/backup.rb b/lib/chef/util/backup.rb index 9e78a63919..e9b4ed2fe3 100644 --- a/lib/chef/util/backup.rb +++ b/lib/chef/util/backup.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/util/diff.rb b/lib/chef/util/diff.rb index 2d62cc3a78..bb1b4e2b95 100644 --- a/lib/chef/util/diff.rb +++ b/lib/chef/util/diff.rb @@ -1,4 +1,4 @@ -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/util/dsc/configuration_generator.rb b/lib/chef/util/dsc/configuration_generator.rb index 2ff0619185..bec9c69ff7 100644 --- a/lib/chef/util/dsc/configuration_generator.rb +++ b/lib/chef/util/dsc/configuration_generator.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/util/dsc/lcm_output_parser.rb b/lib/chef/util/dsc/lcm_output_parser.rb index 453a6957ac..8f62a27c8a 100644 --- a/lib/chef/util/dsc/lcm_output_parser.rb +++ b/lib/chef/util/dsc/lcm_output_parser.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/util/dsc/local_configuration_manager.rb b/lib/chef/util/dsc/local_configuration_manager.rb index 785a789927..6db8f40eae 100644 --- a/lib/chef/util/dsc/local_configuration_manager.rb +++ b/lib/chef/util/dsc/local_configuration_manager.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/util/file_edit.rb b/lib/chef/util/file_edit.rb index c8d2fa1a3c..5aa33fd169 100644 --- a/lib/chef/util/file_edit.rb +++ b/lib/chef/util/file_edit.rb @@ -1,5 +1,5 @@ # -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/util/powershell/cmdlet.rb b/lib/chef/util/powershell/cmdlet.rb index 1ca085f115..d9b53f6c7c 100644 --- a/lib/chef/util/powershell/cmdlet.rb +++ b/lib/chef/util/powershell/cmdlet.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/util/powershell/cmdlet_result.rb b/lib/chef/util/powershell/cmdlet_result.rb index b7c2090af8..4f97658a58 100644 --- a/lib/chef/util/powershell/cmdlet_result.rb +++ b/lib/chef/util/powershell/cmdlet_result.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/lib/chef/util/selinux.rb b/lib/chef/util/selinux.rb index cb7d9aaa2c..46b4dfce36 100644 --- a/lib/chef/util/selinux.rb +++ b/lib/chef/util/selinux.rb @@ -1,7 +1,7 @@ # # Author:: Sean O'Meara # Author:: Kevin Keane -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # # Copyright:: Copyright 2011-2016, Chef Software Inc. # Copyright:: Copyright 2013-2016, North County Tech Center, LLC diff --git a/lib/chef/version_class.rb b/lib/chef/version_class.rb index 83bcceb01b..b27a9cc421 100644 --- a/lib/chef/version_class.rb +++ b/lib/chef/version_class.rb @@ -1,5 +1,5 @@ -# Author:: Seth Falcon (<seth@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/version_constraint.rb b/lib/chef/version_constraint.rb index 02d7529b67..25f5bd1a47 100644 --- a/lib/chef/version_constraint.rb +++ b/lib/chef/version_constraint.rb @@ -1,5 +1,5 @@ -# Author:: Seth Falcon (<seth@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api.rb b/lib/chef/win32/api.rb index 0281c25c9e..e7cd3b5bd0 100644 --- a/lib/chef/win32/api.rb +++ b/lib/chef/win32/api.rb @@ -1,6 +1,6 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/error.rb b/lib/chef/win32/api/error.rb index 37529ca124..ecc1625353 100644 --- a/lib/chef/win32/api/error.rb +++ b/lib/chef/win32/api/error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/file.rb b/lib/chef/win32/api/file.rb index 45b14ad01f..992c595e9a 100644 --- a/lib/chef/win32/api/file.rb +++ b/lib/chef/win32/api/file.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Author:: Mark Mzyk (<mmzyk@ospcode.com>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/win32/api/memory.rb b/lib/chef/win32/api/memory.rb index bb97101fac..a00ac5fec8 100644 --- a/lib/chef/win32/api/memory.rb +++ b/lib/chef/win32/api/memory.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/net.rb b/lib/chef/win32/api/net.rb index 453be5586a..848499b403 100644 --- a/lib/chef/win32/api/net.rb +++ b/lib/chef/win32/api/net.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@getchef.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/process.rb b/lib/chef/win32/api/process.rb index 862fe23b52..3568b7e76c 100644 --- a/lib/chef/win32/api/process.rb +++ b/lib/chef/win32/api/process.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/psapi.rb b/lib/chef/win32/api/psapi.rb index 0226e2a952..9deb68d92e 100644 --- a/lib/chef/win32/api/psapi.rb +++ b/lib/chef/win32/api/psapi.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/security.rb b/lib/chef/win32/api/security.rb index 16eee51053..61c65971be 100644 --- a/lib/chef/win32/api/security.rb +++ b/lib/chef/win32/api/security.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/synchronization.rb b/lib/chef/win32/api/synchronization.rb index 6f64d532f2..9b5d5c6ab9 100644 --- a/lib/chef/win32/api/synchronization.rb +++ b/lib/chef/win32/api/synchronization.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/system.rb b/lib/chef/win32/api/system.rb index ca4e952833..732ed073e6 100644 --- a/lib/chef/win32/api/system.rb +++ b/lib/chef/win32/api/system.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/api/unicode.rb b/lib/chef/win32/api/unicode.rb index 7199d905cd..21ddde2865 100644 --- a/lib/chef/win32/api/unicode.rb +++ b/lib/chef/win32/api/unicode.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/error.rb b/lib/chef/win32/error.rb index c9109dafda..1b3c104e85 100644 --- a/lib/chef/win32/error.rb +++ b/lib/chef/win32/error.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/file.rb b/lib/chef/win32/file.rb index a98a9855dd..a0aa34d481 100644 --- a/lib/chef/win32/file.rb +++ b/lib/chef/win32/file.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Author:: Mark Mzyk (<mmzyk@ospcode.com>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/lib/chef/win32/file/info.rb b/lib/chef/win32/file/info.rb index 2a909c6fcf..010bf80079 100644 --- a/lib/chef/win32/file/info.rb +++ b/lib/chef/win32/file/info.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/handle.rb b/lib/chef/win32/handle.rb index 4760bfa0a7..3ebb6983c4 100644 --- a/lib/chef/win32/handle.rb +++ b/lib/chef/win32/handle.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/memory.rb b/lib/chef/win32/memory.rb index 5821c21724..49dcdfbd41 100644 --- a/lib/chef/win32/memory.rb +++ b/lib/chef/win32/memory.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/mutex.rb b/lib/chef/win32/mutex.rb index 540cc69c46..a14a160f56 100644 --- a/lib/chef/win32/mutex.rb +++ b/lib/chef/win32/mutex.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/process.rb b/lib/chef/win32/process.rb index 2e5b6708e3..76e526340b 100644 --- a/lib/chef/win32/process.rb +++ b/lib/chef/win32/process.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/registry.rb b/lib/chef/win32/registry.rb index bfd0a8e3ef..4113e5eb2b 100644 --- a/lib/chef/win32/registry.rb +++ b/lib/chef/win32/registry.rb @@ -1,6 +1,6 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # # Copyright:: Copyright 2012-2016, Chef Software Inc. # diff --git a/lib/chef/win32/security.rb b/lib/chef/win32/security.rb index 331258c4be..13b4604469 100644 --- a/lib/chef/win32/security.rb +++ b/lib/chef/win32/security.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/security/ace.rb b/lib/chef/win32/security/ace.rb index d38d450b92..d593513983 100644 --- a/lib/chef/win32/security/ace.rb +++ b/lib/chef/win32/security/ace.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/security/acl.rb b/lib/chef/win32/security/acl.rb index 70b928868c..86c6e05bd2 100644 --- a/lib/chef/win32/security/acl.rb +++ b/lib/chef/win32/security/acl.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/security/securable_object.rb b/lib/chef/win32/security/securable_object.rb index 415910b174..aef1a72c8c 100644 --- a/lib/chef/win32/security/securable_object.rb +++ b/lib/chef/win32/security/securable_object.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/security/security_descriptor.rb b/lib/chef/win32/security/security_descriptor.rb index e69bc1a8d8..8bfd8b8287 100644 --- a/lib/chef/win32/security/security_descriptor.rb +++ b/lib/chef/win32/security/security_descriptor.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/security/sid.rb b/lib/chef/win32/security/sid.rb index 4c0aa5d571..0219aa6eb1 100644 --- a/lib/chef/win32/security/sid.rb +++ b/lib/chef/win32/security/sid.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/security/token.rb b/lib/chef/win32/security/token.rb index 878ea397e0..f8b6790d44 100644 --- a/lib/chef/win32/security/token.rb +++ b/lib/chef/win32/security/token.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/unicode.rb b/lib/chef/win32/unicode.rb index 7edacaca8f..a7509115c0 100644 --- a/lib/chef/win32/unicode.rb +++ b/lib/chef/win32/unicode.rb @@ -1,6 +1,6 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/win32/version.rb b/lib/chef/win32/version.rb index 89ac2067a0..abd9916b3a 100644 --- a/lib/chef/win32/version.rb +++ b/lib/chef/win32/version.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/audit/rspec_formatter_spec.rb b/spec/functional/audit/rspec_formatter_spec.rb index 790814f505..209694ae70 100644 --- a/spec/functional/audit/rspec_formatter_spec.rb +++ b/spec/functional/audit/rspec_formatter_spec.rb @@ -1,6 +1,6 @@ # # Author:: Tyler Ball (<tball@chef.io>) -# Author:: Claire McQuin (<claire@getchef.com>) +# Author:: Claire McQuin (<claire@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/functional/dsl/registry_helper_spec.rb b/spec/functional/dsl/registry_helper_spec.rb index ce050a44ea..885615b6d7 100644 --- a/spec/functional/dsl/registry_helper_spec.rb +++ b/spec/functional/dsl/registry_helper_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/event_loggers/windows_eventlog_spec.rb b/spec/functional/event_loggers/windows_eventlog_spec.rb index 1b1f9adfbf..f4e5e8a88a 100644 --- a/spec/functional/event_loggers/windows_eventlog_spec.rb +++ b/spec/functional/event_loggers/windows_eventlog_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/spec/functional/file_content_management/deploy_strategies_spec.rb b/spec/functional/file_content_management/deploy_strategies_spec.rb index 1cff7f2bda..d3fc6bcd37 100644 --- a/spec/functional/file_content_management/deploy_strategies_spec.rb +++ b/spec/functional/file_content_management/deploy_strategies_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/http/simple_spec.rb b/spec/functional/http/simple_spec.rb index 255c5931b5..aeb7be7d86 100644 --- a/spec/functional/http/simple_spec.rb +++ b/spec/functional/http/simple_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/knife/cookbook_delete_spec.rb b/spec/functional/knife/cookbook_delete_spec.rb index 8df81effa3..1757b22842 100644 --- a/spec/functional/knife/cookbook_delete_spec.rb +++ b/spec/functional/knife/cookbook_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/knife/exec_spec.rb b/spec/functional/knife/exec_spec.rb index 958f231e34..62e3a4c214 100644 --- a/spec/functional/knife/exec_spec.rb +++ b/spec/functional/knife/exec_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/knife/smoke_test.rb b/spec/functional/knife/smoke_test.rb index 5faee29a12..8681a01873 100644 --- a/spec/functional/knife/smoke_test.rb +++ b/spec/functional/knife/smoke_test.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/knife/ssh_spec.rb b/spec/functional/knife/ssh_spec.rb index 6a9ffc758d..e516590905 100644 --- a/spec/functional/knife/ssh_spec.rb +++ b/spec/functional/knife/ssh_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/provider/remote_file/cache_control_data_spec.rb b/spec/functional/provider/remote_file/cache_control_data_spec.rb index 2a3f429bfe..e567c0b876 100755 --- a/spec/functional/provider/remote_file/cache_control_data_spec.rb +++ b/spec/functional/provider/remote_file/cache_control_data_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/provider/whyrun_safe_ruby_block_spec.rb b/spec/functional/provider/whyrun_safe_ruby_block_spec.rb index 5af9c5785c..b68193e8b9 100644 --- a/spec/functional/provider/whyrun_safe_ruby_block_spec.rb +++ b/spec/functional/provider/whyrun_safe_ruby_block_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/rebooter_spec.rb b/spec/functional/rebooter_spec.rb index aa580024a3..4b77c40e91 100644 --- a/spec/functional/rebooter_spec.rb +++ b/spec/functional/rebooter_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Chris Doherty <cdoherty@getchef.com>) +# Author:: Chris Doherty <cdoherty@chef.io>) # Copyright:: Copyright 2014-2016, Chef, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/bash_spec.rb b/spec/functional/resource/bash_spec.rb index b751071ef0..13ffac57d1 100644 --- a/spec/functional/resource/bash_spec.rb +++ b/spec/functional/resource/bash_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/batch_spec.rb b/spec/functional/resource/batch_spec.rb index 08c4f53cf7..e4fc6420c7 100644 --- a/spec/functional/resource/batch_spec.rb +++ b/spec/functional/resource/batch_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/cookbook_file_spec.rb b/spec/functional/resource/cookbook_file_spec.rb index c6fa18b574..cd678e5e13 100644 --- a/spec/functional/resource/cookbook_file_spec.rb +++ b/spec/functional/resource/cookbook_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/deploy_revision_spec.rb b/spec/functional/resource/deploy_revision_spec.rb index ea9c9c2783..184c1cd017 100644 --- a/spec/functional/resource/deploy_revision_spec.rb +++ b/spec/functional/resource/deploy_revision_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/directory_spec.rb b/spec/functional/resource/directory_spec.rb index 72ae8e0bf3..31447cb69d 100644 --- a/spec/functional/resource/directory_spec.rb +++ b/spec/functional/resource/directory_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb index b804546efb..cb8d73f746 100644 --- a/spec/functional/resource/dsc_script_spec.rb +++ b/spec/functional/resource/dsc_script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/env_spec.rb b/spec/functional/resource/env_spec.rb index 8549c24d70..91fa860cd7 100755 --- a/spec/functional/resource/env_spec.rb +++ b/spec/functional/resource/env_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/execute_spec.rb b/spec/functional/resource/execute_spec.rb index 6d1c37288a..1ceeb70590 100644 --- a/spec/functional/resource/execute_spec.rb +++ b/spec/functional/resource/execute_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/file_spec.rb b/spec/functional/resource/file_spec.rb index d35b7a2b34..d7ca34ecb8 100644 --- a/spec/functional/resource/file_spec.rb +++ b/spec/functional/resource/file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/git_spec.rb b/spec/functional/resource/git_spec.rb index c8c5169ae8..8710b22f31 100644 --- a/spec/functional/resource/git_spec.rb +++ b/spec/functional/resource/git_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/link_spec.rb b/spec/functional/resource/link_spec.rb index 2333529962..cfb20f0c69 100644 --- a/spec/functional/resource/link_spec.rb +++ b/spec/functional/resource/link_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/ohai_spec.rb b/spec/functional/resource/ohai_spec.rb index bc0dec3f4d..ff7666392a 100644 --- a/spec/functional/resource/ohai_spec.rb +++ b/spec/functional/resource/ohai_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/package_spec.rb b/spec/functional/resource/package_spec.rb index 31780d170e..499b2d6b78 100644 --- a/spec/functional/resource/package_spec.rb +++ b/spec/functional/resource/package_spec.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/powershell_script_spec.rb b/spec/functional/resource/powershell_script_spec.rb index 2cf2043120..2d9e1458a7 100644 --- a/spec/functional/resource/powershell_script_spec.rb +++ b/spec/functional/resource/powershell_script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/reboot_spec.rb b/spec/functional/resource/reboot_spec.rb index 9ba306a984..3cf7f58e55 100644 --- a/spec/functional/resource/reboot_spec.rb +++ b/spec/functional/resource/reboot_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Chris Doherty <cdoherty@getchef.com>) +# Author:: Chris Doherty <cdoherty@chef.io>) # Copyright:: Copyright 2014-2016, Chef, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/registry_spec.rb b/spec/functional/resource/registry_spec.rb index d3c5394e87..9d7de1f183 100644 --- a/spec/functional/resource/registry_spec.rb +++ b/spec/functional/resource/registry_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/remote_directory_spec.rb b/spec/functional/resource/remote_directory_spec.rb index f6a4174cdb..8e01464e86 100644 --- a/spec/functional/resource/remote_directory_spec.rb +++ b/spec/functional/resource/remote_directory_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/remote_file_spec.rb b/spec/functional/resource/remote_file_spec.rb index 73336ccf94..876467d490 100644 --- a/spec/functional/resource/remote_file_spec.rb +++ b/spec/functional/resource/remote_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/template_spec.rb b/spec/functional/resource/template_spec.rb index 73a86ca437..6ce4a3cc3d 100644 --- a/spec/functional/resource/template_spec.rb +++ b/spec/functional/resource/template_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/resource/user/useradd_spec.rb b/spec/functional/resource/user/useradd_spec.rb index 7ecd88a2aa..ab16a1672f 100644 --- a/spec/functional/resource/user/useradd_spec.rb +++ b/spec/functional/resource/user/useradd_spec.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/rest_spec.rb b/spec/functional/rest_spec.rb index 32dfe7d67b..adafc18e5a 100644 --- a/spec/functional/rest_spec.rb +++ b/spec/functional/rest_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/run_lock_spec.rb b/spec/functional/run_lock_spec.rb index 66fd3eec5c..8680816d13 100644 --- a/spec/functional/run_lock_spec.rb +++ b/spec/functional/run_lock_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/shell_spec.rb b/spec/functional/shell_spec.rb index 9e4c116dc1..a2c44bd949 100644 --- a/spec/functional/shell_spec.rb +++ b/spec/functional/shell_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/tiny_server_spec.rb b/spec/functional/tiny_server_spec.rb index 7d3a9d7134..9540234ba6 100644 --- a/spec/functional/tiny_server_spec.rb +++ b/spec/functional/tiny_server_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/util/powershell/cmdlet_spec.rb b/spec/functional/util/powershell/cmdlet_spec.rb index 2583084d71..741d8a78d4 100644 --- a/spec/functional/util/powershell/cmdlet_spec.rb +++ b/spec/functional/util/powershell/cmdlet_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # diff --git a/spec/functional/version_spec.rb b/spec/functional/version_spec.rb index 326797d02d..a45c25ff8c 100644 --- a/spec/functional/version_spec.rb +++ b/spec/functional/version_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<dan@opscode.com>) +# Author:: Serdar Sutay (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/win32/registry_spec.rb b/spec/functional/win32/registry_spec.rb index 3f64202a17..5818d7c7e5 100644 --- a/spec/functional/win32/registry_spec.rb +++ b/spec/functional/win32/registry_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/win32/security_spec.rb b/spec/functional/win32/security_spec.rb index 991c989455..abf6b42e10 100644 --- a/spec/functional/win32/security_spec.rb +++ b/spec/functional/win32/security_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/functional/win32/service_manager_spec.rb b/spec/functional/win32/service_manager_spec.rb index 6adb94c9db..b2bf04ed0c 100644 --- a/spec/functional/win32/service_manager_spec.rb +++ b/spec/functional/win32/service_manager_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/client/ipv6_spec.rb b/spec/integration/client/ipv6_spec.rb index ec814e1774..45086611bc 100644 --- a/spec/integration/client/ipv6_spec.rb +++ b/spec/integration/client/ipv6_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/chef_fs_data_store_spec.rb b/spec/integration/knife/chef_fs_data_store_spec.rb index 43537178eb..e9a2ea4824 100644 --- a/spec/integration/knife/chef_fs_data_store_spec.rb +++ b/spec/integration/knife/chef_fs_data_store_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/chef_repo_path_spec.rb b/spec/integration/knife/chef_repo_path_spec.rb index 1e0346ab86..cf12b7ddfe 100644 --- a/spec/integration/knife/chef_repo_path_spec.rb +++ b/spec/integration/knife/chef_repo_path_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/chef_repository_file_system_spec.rb b/spec/integration/knife/chef_repository_file_system_spec.rb index 12b676aca4..e431c7f612 100644 --- a/spec/integration/knife/chef_repository_file_system_spec.rb +++ b/spec/integration/knife/chef_repository_file_system_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/chefignore_spec.rb b/spec/integration/knife/chefignore_spec.rb index 86e3144fcf..aa5a3979cc 100644 --- a/spec/integration/knife/chefignore_spec.rb +++ b/spec/integration/knife/chefignore_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/common_options_spec.rb b/spec/integration/knife/common_options_spec.rb index 2b65be8015..c941dcc1ee 100644 --- a/spec/integration/knife/common_options_spec.rb +++ b/spec/integration/knife/common_options_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/cookbook_api_ipv6_spec.rb b/spec/integration/knife/cookbook_api_ipv6_spec.rb index 064d03b6a2..3126c93a1c 100644 --- a/spec/integration/knife/cookbook_api_ipv6_spec.rb +++ b/spec/integration/knife/cookbook_api_ipv6_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/delete_spec.rb b/spec/integration/knife/delete_spec.rb index d3633117a9..9f2accdbfa 100644 --- a/spec/integration/knife/delete_spec.rb +++ b/spec/integration/knife/delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/deps_spec.rb b/spec/integration/knife/deps_spec.rb index 8d32a18898..d80fb77634 100644 --- a/spec/integration/knife/deps_spec.rb +++ b/spec/integration/knife/deps_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/diff_spec.rb b/spec/integration/knife/diff_spec.rb index 46d0b1bb70..3cc2518915 100644 --- a/spec/integration/knife/diff_spec.rb +++ b/spec/integration/knife/diff_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/download_spec.rb b/spec/integration/knife/download_spec.rb index 5014304477..ec322ca01c 100644 --- a/spec/integration/knife/download_spec.rb +++ b/spec/integration/knife/download_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/list_spec.rb b/spec/integration/knife/list_spec.rb index c517d09593..a5446dc08d 100644 --- a/spec/integration/knife/list_spec.rb +++ b/spec/integration/knife/list_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/raw_spec.rb b/spec/integration/knife/raw_spec.rb index 4516600402..8d3499617c 100644 --- a/spec/integration/knife/raw_spec.rb +++ b/spec/integration/knife/raw_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/redirection_spec.rb b/spec/integration/knife/redirection_spec.rb index 50322b708d..9febfc0ce5 100644 --- a/spec/integration/knife/redirection_spec.rb +++ b/spec/integration/knife/redirection_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/serve_spec.rb b/spec/integration/knife/serve_spec.rb index eeab4fac92..72f0bb59ed 100644 --- a/spec/integration/knife/serve_spec.rb +++ b/spec/integration/knife/serve_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/show_spec.rb b/spec/integration/knife/show_spec.rb index a6e0a71ad8..a1de48e121 100644 --- a/spec/integration/knife/show_spec.rb +++ b/spec/integration/knife/show_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/integration/knife/upload_spec.rb b/spec/integration/knife/upload_spec.rb index 2d969d6b33..2ecbd4e64a 100644 --- a/spec/integration/knife/upload_spec.rb +++ b/spec/integration/knife/upload_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index dcf4c7f978..7ada1fac9d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/stress/win32/file_spec.rb b/spec/stress/win32/file_spec.rb index 6ab9ac14ba..f1c81eb9c6 100644 --- a/spec/stress/win32/file_spec.rb +++ b/spec/stress/win32/file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/stress/win32/memory_spec.rb b/spec/stress/win32/memory_spec.rb index 2caeab9e0a..f5f429fefc 100644 --- a/spec/stress/win32/memory_spec.rb +++ b/spec/stress/win32/memory_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/stress/win32/security_spec.rb b/spec/stress/win32/security_spec.rb index afca8ab322..e9da56620e 100644 --- a/spec/stress/win32/security_spec.rb +++ b/spec/stress/win32/security_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/provider/easy.rb b/spec/support/lib/chef/provider/easy.rb index 847447f3ba..54f1bff2a3 100644 --- a/spec/support/lib/chef/provider/easy.rb +++ b/spec/support/lib/chef/provider/easy.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/provider/openldap_includer.rb b/spec/support/lib/chef/provider/openldap_includer.rb index 568921cb1e..302d6002e9 100644 --- a/spec/support/lib/chef/provider/openldap_includer.rb +++ b/spec/support/lib/chef/provider/openldap_includer.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/provider/snakeoil.rb b/spec/support/lib/chef/provider/snakeoil.rb index dd0cbd7871..a42f889e74 100644 --- a/spec/support/lib/chef/provider/snakeoil.rb +++ b/spec/support/lib/chef/provider/snakeoil.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/resource/cat.rb b/spec/support/lib/chef/resource/cat.rb index 2b0df47ac2..44acddb653 100644 --- a/spec/support/lib/chef/resource/cat.rb +++ b/spec/support/lib/chef/resource/cat.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/resource/openldap_includer.rb b/spec/support/lib/chef/resource/openldap_includer.rb index 9ce6bad03e..7a284cfc61 100644 --- a/spec/support/lib/chef/resource/openldap_includer.rb +++ b/spec/support/lib/chef/resource/openldap_includer.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/resource/with_state.rb b/spec/support/lib/chef/resource/with_state.rb index 0c41b0ee95..f256bf4984 100644 --- a/spec/support/lib/chef/resource/with_state.rb +++ b/spec/support/lib/chef/resource/with_state.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/lib/chef/resource/zen_master.rb b/spec/support/lib/chef/resource/zen_master.rb index fc415f28d5..530f2ea703 100644 --- a/spec/support/lib/chef/resource/zen_master.rb +++ b/spec/support/lib/chef/resource/zen_master.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/matchers/leak.rb b/spec/support/matchers/leak.rb index 3fe7756834..0e31415940 100644 --- a/spec/support/matchers/leak.rb +++ b/spec/support/matchers/leak.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/platforms/prof/gc.rb b/spec/support/platforms/prof/gc.rb index 057738293b..81fb28dda7 100644 --- a/spec/support/platforms/prof/gc.rb +++ b/spec/support/platforms/prof/gc.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/platforms/prof/win32.rb b/spec/support/platforms/prof/win32.rb index f214643024..61e9eec853 100644 --- a/spec/support/platforms/prof/win32.rb +++ b/spec/support/platforms/prof/win32.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/functional/directory_resource.rb b/spec/support/shared/functional/directory_resource.rb index 795151375e..88e716b498 100644 --- a/spec/support/shared/functional/directory_resource.rb +++ b/spec/support/shared/functional/directory_resource.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/functional/file_resource.rb b/spec/support/shared/functional/file_resource.rb index 401b90513a..c7a9611786 100644 --- a/spec/support/shared/functional/file_resource.rb +++ b/spec/support/shared/functional/file_resource.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/functional/http.rb b/spec/support/shared/functional/http.rb index 82379d4fac..2779730268 100644 --- a/spec/support/shared/functional/http.rb +++ b/spec/support/shared/functional/http.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/functional/knife.rb b/spec/support/shared/functional/knife.rb index 9379a913bc..694d0de5d1 100644 --- a/spec/support/shared/functional/knife.rb +++ b/spec/support/shared/functional/knife.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: AJ Christensen (<aj@junglist.gen.nz>) -# Author:: Ho-Sheng Hsiao (<hosh@opscode.com>) +# Author:: Ho-Sheng Hsiao (<hosh@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/functional/securable_resource.rb b/spec/support/shared/functional/securable_resource.rb index f74f0cb094..330183ebb1 100644 --- a/spec/support/shared/functional/securable_resource.rb +++ b/spec/support/shared/functional/securable_resource.rb @@ -1,7 +1,7 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) -# Author:: Mark Mzyk (<mmzyk@opscode.com>) -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) +# Author:: Mark Mzyk (<mmzyk@chef.io>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/functional/windows_script.rb b/spec/support/shared/functional/windows_script.rb index 57626f30db..cad0d7e12d 100644 --- a/spec/support/shared/functional/windows_script.rb +++ b/spec/support/shared/functional/windows_script.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/integration/app_server_support.rb b/spec/support/shared/integration/app_server_support.rb index 3a6ebacc90..c504c7ca99 100644 --- a/spec/support/shared/integration/app_server_support.rb +++ b/spec/support/shared/integration/app_server_support.rb @@ -1,6 +1,6 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) -# Author:: Ho-Sheng Hsiao (<hosh@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) +# Author:: Ho-Sheng Hsiao (<hosh@chef.io>) # Copyright:: Copyright 2012-2016, 2013-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb index f049c00807..5d4c01a44e 100644 --- a/spec/support/shared/integration/integration_helper.rb +++ b/spec/support/shared/integration/integration_helper.rb @@ -1,6 +1,6 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) -# Author:: Ho-Sheng Hsiao (<hosh@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) +# Author:: Ho-Sheng Hsiao (<hosh@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/integration/knife_support.rb b/spec/support/shared/integration/knife_support.rb index 207cf0a7a6..fe9c6f78a7 100644 --- a/spec/support/shared/integration/knife_support.rb +++ b/spec/support/shared/integration/knife_support.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/api_error_inspector.rb b/spec/support/shared/unit/api_error_inspector.rb index b42dac2d53..6e074d38a7 100644 --- a/spec/support/shared/unit/api_error_inspector.rb +++ b/spec/support/shared/unit/api_error_inspector.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/execute_resource.rb b/spec/support/shared/unit/execute_resource.rb index ff132c153a..27c60ef377 100644 --- a/spec/support/shared/unit/execute_resource.rb +++ b/spec/support/shared/unit/execute_resource.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/file_system_support.rb b/spec/support/shared/unit/file_system_support.rb index d2affd98ce..32bdb1456e 100644 --- a/spec/support/shared/unit/file_system_support.rb +++ b/spec/support/shared/unit/file_system_support.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/platform_introspector.rb b/spec/support/shared/unit/platform_introspector.rb index 258067fe9e..30a2f61a70 100644 --- a/spec/support/shared/unit/platform_introspector.rb +++ b/spec/support/shared/unit/platform_introspector.rb @@ -1,6 +1,6 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/provider/file.rb b/spec/support/shared/unit/provider/file.rb index 08adef1deb..8ed67eb5a8 100644 --- a/spec/support/shared/unit/provider/file.rb +++ b/spec/support/shared/unit/provider/file.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/provider/useradd_based_user_provider.rb b/spec/support/shared/unit/provider/useradd_based_user_provider.rb index 71a10b024c..ccc6e3fec6 100644 --- a/spec/support/shared/unit/provider/useradd_based_user_provider.rb +++ b/spec/support/shared/unit/provider/useradd_based_user_provider.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # # License:: Apache License, Version 2.0 diff --git a/spec/support/shared/unit/script_resource.rb b/spec/support/shared/unit/script_resource.rb index 1a0d36c325..ba33d69a59 100644 --- a/spec/support/shared/unit/script_resource.rb +++ b/spec/support/shared/unit/script_resource.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/support/shared/unit/windows_script_resource.rb b/spec/support/shared/unit/windows_script_resource.rb index d58422f2e9..1dcbae76aa 100644 --- a/spec/support/shared/unit/windows_script_resource.rb +++ b/spec/support/shared/unit/windows_script_resource.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/tiny_server.rb b/spec/tiny_server.rb index c14f26a6f7..7a58328224 100644 --- a/spec/tiny_server.rb +++ b/spec/tiny_server.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/api_client/registration_spec.rb b/spec/unit/api_client/registration_spec.rb index ba7604d1b4..f41c5d8653 100644 --- a/spec/unit/api_client/registration_spec.rb +++ b/spec/unit/api_client/registration_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/api_client_spec.rb b/spec/unit/api_client_spec.rb index d0052e5636..398181bfd0 100644 --- a/spec/unit/api_client_spec.rb +++ b/spec/unit/api_client_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/api_client_v1_spec.rb b/spec/unit/api_client_v1_spec.rb index 25fed4dbaf..6fb5ae40f2 100644 --- a/spec/unit/api_client_v1_spec.rb +++ b/spec/unit/api_client_v1_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/audit/audit_event_proxy_spec.rb b/spec/unit/audit/audit_event_proxy_spec.rb index 0927b47996..39fa057cba 100644 --- a/spec/unit/audit/audit_event_proxy_spec.rb +++ b/spec/unit/audit/audit_event_proxy_spec.rb @@ -1,6 +1,6 @@ # # Author:: Tyler Ball (<tball@chef.io>) -# Author:: Claire McQuin (<claire@getchef.com>) +# Author:: Claire McQuin (<claire@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/audit/audit_reporter_spec.rb b/spec/unit/audit/audit_reporter_spec.rb index 1ea628258a..28f2f2db45 100644 --- a/spec/unit/audit/audit_reporter_spec.rb +++ b/spec/unit/audit/audit_reporter_spec.rb @@ -1,6 +1,6 @@ # # Author:: Tyler Ball (<tball@chef.io>) -# Author:: Claire McQuin (<claire@getchef.com>) +# Author:: Claire McQuin (<claire@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/audit/control_group_data_spec.rb b/spec/unit/audit/control_group_data_spec.rb index 62e3f2eaf4..a18e33a40a 100644 --- a/spec/unit/audit/control_group_data_spec.rb +++ b/spec/unit/audit/control_group_data_spec.rb @@ -1,6 +1,6 @@ # # Author:: Tyler Ball (<tball@chef.io>) -# Author:: Claire McQuin (<claire@getchef.com>) +# Author:: Claire McQuin (<claire@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/audit/rspec_formatter_spec.rb b/spec/unit/audit/rspec_formatter_spec.rb index 39e20f1377..8c266fbb8b 100644 --- a/spec/unit/audit/rspec_formatter_spec.rb +++ b/spec/unit/audit/rspec_formatter_spec.rb @@ -1,6 +1,6 @@ # # Author:: Tyler Ball (<tball@chef.io>) -# Author:: Claire McQuin (<claire@getchef.com>) +# Author:: Claire McQuin (<claire@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/chef_fs/config_spec.rb b/spec/unit/chef_fs/config_spec.rb index 3429609767..c126d05c93 100644 --- a/spec/unit/chef_fs/config_spec.rb +++ b/spec/unit/chef_fs/config_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Jess Mink (<jmink@getchef.com>) +# Author:: Jess Mink (<jmink@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_fs/data_handler/group_handler_spec.rb b/spec/unit/chef_fs/data_handler/group_handler_spec.rb index 1583505a64..a1baabc14f 100644 --- a/spec/unit/chef_fs/data_handler/group_handler_spec.rb +++ b/spec/unit/chef_fs/data_handler/group_handler_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Ryan Cragun (<ryan@getchef.com>) +# Author:: Ryan Cragun (<ryan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_fs/diff_spec.rb b/spec/unit/chef_fs/diff_spec.rb index 5d291485b7..e0e507ce89 100644 --- a/spec/unit/chef_fs/diff_spec.rb +++ b/spec/unit/chef_fs/diff_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_fs/file_pattern_spec.rb b/spec/unit/chef_fs/file_pattern_spec.rb index 08dde6abc8..a919c50114 100644 --- a/spec/unit/chef_fs/file_pattern_spec.rb +++ b/spec/unit/chef_fs/file_pattern_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_fs/file_system/cookbook_subdir_spec.rb b/spec/unit/chef_fs/file_system/cookbook_subdir_spec.rb index 879c413286..92ea8d0cea 100644 --- a/spec/unit/chef_fs/file_system/cookbook_subdir_spec.rb +++ b/spec/unit/chef_fs/file_system/cookbook_subdir_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb b/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb index fca6df45d7..b0b5a547cd 100644 --- a/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb +++ b/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_fs/file_system_spec.rb b/spec/unit/chef_fs/file_system_spec.rb index b37a2553fe..9f07197832 100644 --- a/spec/unit/chef_fs/file_system_spec.rb +++ b/spec/unit/chef_fs/file_system_spec.rb @@ -1,5 +1,5 @@ # -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/chef_spec.rb b/spec/unit/chef_spec.rb index 9d632ec9f0..bbab793841 100644 --- a/spec/unit/chef_spec.rb +++ b/spec/unit/chef_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb index a8d8a5b911..7431f804b9 100644 --- a/spec/unit/client_spec.rb +++ b/spec/unit/client_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook/chefignore_spec.rb b/spec/unit/cookbook/chefignore_spec.rb index ec9e3b9fdd..95b9295f50 100644 --- a/spec/unit/cookbook/chefignore_spec.rb +++ b/spec/unit/cookbook/chefignore_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook/cookbook_version_loader_spec.rb b/spec/unit/cookbook/cookbook_version_loader_spec.rb index 8b9c34194c..10495d180a 100644 --- a/spec/unit/cookbook/cookbook_version_loader_spec.rb +++ b/spec/unit/cookbook/cookbook_version_loader_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook/file_vendor_spec.rb b/spec/unit/cookbook/file_vendor_spec.rb index 3da5880371..ea6f8d010d 100644 --- a/spec/unit/cookbook/file_vendor_spec.rb +++ b/spec/unit/cookbook/file_vendor_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook/metadata_spec.rb b/spec/unit/cookbook/metadata_spec.rb index ca2ec7deac..351792175f 100644 --- a/spec/unit/cookbook/metadata_spec.rb +++ b/spec/unit/cookbook/metadata_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook/syntax_check_spec.rb b/spec/unit/cookbook/syntax_check_spec.rb index b74b8f2531..02762535ce 100644 --- a/spec/unit/cookbook/syntax_check_spec.rb +++ b/spec/unit/cookbook/syntax_check_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook_loader_spec.rb b/spec/unit/cookbook_loader_spec.rb index 3212205f50..df2777ff43 100644 --- a/spec/unit/cookbook_loader_spec.rb +++ b/spec/unit/cookbook_loader_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook_spec.rb b/spec/unit/cookbook_spec.rb index e23474a1d7..f931b43eaa 100644 --- a/spec/unit/cookbook_spec.rb +++ b/spec/unit/cookbook_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook_uploader_spec.rb b/spec/unit/cookbook_uploader_spec.rb index 86bb6f6443..943fbf828d 100644 --- a/spec/unit/cookbook_uploader_spec.rb +++ b/spec/unit/cookbook_uploader_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook_version_file_specificity_spec.rb b/spec/unit/cookbook_version_file_specificity_spec.rb index 00a9179af8..d3fac7256f 100644 --- a/spec/unit/cookbook_version_file_specificity_spec.rb +++ b/spec/unit/cookbook_version_file_specificity_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/cookbook_version_spec.rb b/spec/unit/cookbook_version_spec.rb index d213cfd86f..cabfc228ea 100644 --- a/spec/unit/cookbook_version_spec.rb +++ b/spec/unit/cookbook_version_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/data_bag_item_spec.rb b/spec/unit/data_bag_item_spec.rb index 1cf6c3aac6..22ed95267a 100644 --- a/spec/unit/data_bag_item_spec.rb +++ b/spec/unit/data_bag_item_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/data_bag_spec.rb b/spec/unit/data_bag_spec.rb index 38303c4318..c2bcff4378 100644 --- a/spec/unit/data_bag_spec.rb +++ b/spec/unit/data_bag_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/deprecation_spec.rb b/spec/unit/deprecation_spec.rb index 0dac2a3a2e..af8e34850b 100644 --- a/spec/unit/deprecation_spec.rb +++ b/spec/unit/deprecation_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/digester_spec.rb b/spec/unit/digester_spec.rb index 052460e3b2..9fa0f9235b 100644 --- a/spec/unit/digester_spec.rb +++ b/spec/unit/digester_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Daniel DeLeo (<dan@kallistec.com>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # Copyright:: Copyright 2009-2016, Daniel DeLeo diff --git a/spec/unit/dsl/data_query_spec.rb b/spec/unit/dsl/data_query_spec.rb index 2e4c9ed2cf..36f9aa13b1 100644 --- a/spec/unit/dsl/data_query_spec.rb +++ b/spec/unit/dsl/data_query_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/dsl/platform_introspection_spec.rb b/spec/unit/dsl/platform_introspection_spec.rb index f780759e48..24f63d126b 100644 --- a/spec/unit/dsl/platform_introspection_spec.rb +++ b/spec/unit/dsl/platform_introspection_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/dsl/recipe_spec.rb b/spec/unit/dsl/recipe_spec.rb index a8450d59f5..534e430817 100644 --- a/spec/unit/dsl/recipe_spec.rb +++ b/spec/unit/dsl/recipe_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/dsl/regsitry_helper_spec.rb b/spec/unit/dsl/regsitry_helper_spec.rb index 1015bb765a..9b527ec36c 100644 --- a/spec/unit/dsl/regsitry_helper_spec.rb +++ b/spec/unit/dsl/regsitry_helper_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/encrypted_data_bag_item/check_encrypted_spec.rb b/spec/unit/encrypted_data_bag_item/check_encrypted_spec.rb index 884dbb5047..f435137061 100644 --- a/spec/unit/encrypted_data_bag_item/check_encrypted_spec.rb +++ b/spec/unit/encrypted_data_bag_item/check_encrypted_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/encrypted_data_bag_item_spec.rb b/spec/unit/encrypted_data_bag_item_spec.rb index 70ca5a1bc7..15e4057ec3 100644 --- a/spec/unit/encrypted_data_bag_item_spec.rb +++ b/spec/unit/encrypted_data_bag_item_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/exceptions_spec.rb b/spec/unit/exceptions_spec.rb index 07c7fbd504..c834f7dbe1 100644 --- a/spec/unit/exceptions_spec.rb +++ b/spec/unit/exceptions_spec.rb @@ -1,6 +1,6 @@ # # Author:: Thomas Bishop (<bishop.thomas@gmail.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Christopher Walters (<cw@chef.io>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) # Copyright:: Copyright 2010-2016, Thomas Bishop # Copyright:: Copyright 2010-2016, Chef Software Inc. diff --git a/spec/unit/file_access_control_spec.rb b/spec/unit/file_access_control_spec.rb index 666d5e4102..4357a91148 100644 --- a/spec/unit/file_access_control_spec.rb +++ b/spec/unit/file_access_control_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/file_cache_spec.rb b/spec/unit/file_cache_spec.rb index 00904f59cf..8486b4517f 100644 --- a/spec/unit/file_cache_spec.rb +++ b/spec/unit/file_cache_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/file_content_management/deploy/cp_spec.rb b/spec/unit/file_content_management/deploy/cp_spec.rb index 3c3852ae5b..48df5ca4de 100644 --- a/spec/unit/file_content_management/deploy/cp_spec.rb +++ b/spec/unit/file_content_management/deploy/cp_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/file_content_management/deploy/mv_unix_spec.rb b/spec/unit/file_content_management/deploy/mv_unix_spec.rb index 5ea99424a3..8c96042a15 100644 --- a/spec/unit/file_content_management/deploy/mv_unix_spec.rb +++ b/spec/unit/file_content_management/deploy/mv_unix_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/file_content_management/deploy/mv_windows_spec.rb b/spec/unit/file_content_management/deploy/mv_windows_spec.rb index 9acf3da3ff..8f54226a9d 100644 --- a/spec/unit/file_content_management/deploy/mv_windows_spec.rb +++ b/spec/unit/file_content_management/deploy/mv_windows_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/base_spec.rb b/spec/unit/formatters/base_spec.rb index 79d8b6930d..30c7757e5a 100644 --- a/spec/unit/formatters/base_spec.rb +++ b/spec/unit/formatters/base_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # # Copyright:: Copyright 2012-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb b/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb index c714c70c8b..9abf27ced2 100644 --- a/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb b/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb index 2892399a36..c6170d4e01 100644 --- a/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb b/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb index 2771684e86..02846af24a 100644 --- a/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/error_inspectors/node_load_error_inspector_spec.rb b/spec/unit/formatters/error_inspectors/node_load_error_inspector_spec.rb index 7a495eb170..52432e8fc2 100644 --- a/spec/unit/formatters/error_inspectors/node_load_error_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/node_load_error_inspector_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/error_inspectors/registration_error_inspector_spec.rb b/spec/unit/formatters/error_inspectors/registration_error_inspector_spec.rb index fe60a0f93e..ed525a2228 100644 --- a/spec/unit/formatters/error_inspectors/registration_error_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/registration_error_inspector_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb b/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb index 64ebfeacba..57fc4d38e2 100644 --- a/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb b/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb index 372ee3568b..bfa9a30099 100644 --- a/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +++ b/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb b/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb index 1350086067..315e457cb2 100644 --- a/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb +++ b/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/handler/json_file_spec.rb b/spec/unit/handler/json_file_spec.rb index 9c9770eafa..fd3438e65e 100644 --- a/spec/unit/handler/json_file_spec.rb +++ b/spec/unit/handler/json_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/handler_spec.rb b/spec/unit/handler_spec.rb index dc00773956..f0c78d9bc1 100644 --- a/spec/unit/handler_spec.rb +++ b/spec/unit/handler_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/http/json_input_spec.rb b/spec/unit/http/json_input_spec.rb index c6f436e7e4..e26e030737 100644 --- a/spec/unit/http/json_input_spec.rb +++ b/spec/unit/http/json_input_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/http/simple_spec.rb b/spec/unit/http/simple_spec.rb index f0cf5a22a2..0170266bb5 100644 --- a/spec/unit/http/simple_spec.rb +++ b/spec/unit/http/simple_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/http/ssl_policies_spec.rb b/spec/unit/http/ssl_policies_spec.rb index c1a7f84a49..7dbe06ee8e 100644 --- a/spec/unit/http/ssl_policies_spec.rb +++ b/spec/unit/http/ssl_policies_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/http/validate_content_length_spec.rb b/spec/unit/http/validate_content_length_spec.rb index b1ff25a964..00f69c7e6f 100644 --- a/spec/unit/http/validate_content_length_spec.rb +++ b/spec/unit/http/validate_content_length_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/client_bulk_delete_spec.rb b/spec/unit/knife/client_bulk_delete_spec.rb index a0c3c03b30..42110d8180 100644 --- a/spec/unit/knife/client_bulk_delete_spec.rb +++ b/spec/unit/knife/client_bulk_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/client_create_spec.rb b/spec/unit/knife/client_create_spec.rb index ff05a087f8..7c3d837c97 100644 --- a/spec/unit/knife/client_create_spec.rb +++ b/spec/unit/knife/client_create_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/cookbook_bulk_delete_spec.rb b/spec/unit/knife/cookbook_bulk_delete_spec.rb index 02b6bf723f..72299f4920 100644 --- a/spec/unit/knife/cookbook_bulk_delete_spec.rb +++ b/spec/unit/knife/cookbook_bulk_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/cookbook_create_spec.rb b/spec/unit/knife/cookbook_create_spec.rb index 4c6c4ac497..1989516c1b 100644 --- a/spec/unit/knife/cookbook_create_spec.rb +++ b/spec/unit/knife/cookbook_create_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/cookbook_metadata_from_file_spec.rb b/spec/unit/knife/cookbook_metadata_from_file_spec.rb index 2153fea301..f09a4fc53c 100644 --- a/spec/unit/knife/cookbook_metadata_from_file_spec.rb +++ b/spec/unit/knife/cookbook_metadata_from_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Matthew Kent (<mkent@magoazul.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2010-2016, Chef Software Inc. diff --git a/spec/unit/knife/cookbook_show_spec.rb b/spec/unit/knife/cookbook_show_spec.rb index ca360bdaae..ee9fb1c081 100644 --- a/spec/unit/knife/cookbook_show_spec.rb +++ b/spec/unit/knife/cookbook_show_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, eersion 2.0 # diff --git a/spec/unit/knife/cookbook_site_install_spec.rb b/spec/unit/knife/cookbook_site_install_spec.rb index f96d491811..b0b1e8aec2 100644 --- a/spec/unit/knife/cookbook_site_install_spec.rb +++ b/spec/unit/knife/cookbook_site_install_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/cookbook_site_share_spec.rb b/spec/unit/knife/cookbook_site_share_spec.rb index fb4a880f91..051a3ed168 100644 --- a/spec/unit/knife/cookbook_site_share_spec.rb +++ b/spec/unit/knife/cookbook_site_share_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/cookbook_site_unshare_spec.rb b/spec/unit/knife/cookbook_site_unshare_spec.rb index d4082fbdab..8e4358226d 100644 --- a/spec/unit/knife/cookbook_site_unshare_spec.rb +++ b/spec/unit/knife/cookbook_site_unshare_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/cookbook_test_spec.rb b/spec/unit/knife/cookbook_test_spec.rb index 8f4a1032e7..841ebe5f6f 100644 --- a/spec/unit/knife/cookbook_test_spec.rb +++ b/spec/unit/knife/cookbook_test_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>)$ +# Author:: Stephen Delano (<stephen@chef.io>)$ # Author:: Matthew Kent (<mkent@magoazul.com>) # Copyright:: Copyright 2010-2016, Chef Software Inc.$ # Copyright:: Copyright 2010-2016, Matthew Kent diff --git a/spec/unit/knife/cookbook_upload_spec.rb b/spec/unit/knife/cookbook_upload_spec.rb index 1e547c5169..1445f8c086 100644 --- a/spec/unit/knife/cookbook_upload_spec.rb +++ b/spec/unit/knife/cookbook_upload_spec.rb @@ -1,6 +1,6 @@ # # Author:: Matthew Kent (<mkent@magoazul.com>) -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/core/bootstrap_context_spec.rb b/spec/unit/knife/core/bootstrap_context_spec.rb index 865744913b..1acb1661de 100644 --- a/spec/unit/knife/core/bootstrap_context_spec.rb +++ b/spec/unit/knife/core/bootstrap_context_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/core/cookbook_scm_repo_spec.rb b/spec/unit/knife/core/cookbook_scm_repo_spec.rb index 079f4e3511..d1f5aeef85 100644 --- a/spec/unit/knife/core/cookbook_scm_repo_spec.rb +++ b/spec/unit/knife/core/cookbook_scm_repo_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/core/object_loader_spec.rb b/spec/unit/knife/core/object_loader_spec.rb index 16355c87f3..9cabf2ba63 100644 --- a/spec/unit/knife/core/object_loader_spec.rb +++ b/spec/unit/knife/core/object_loader_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Author:: Juanje Ojeda (<juanje.ojeda@gmail.com>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/core/ui_spec.rb b/spec/unit/knife/core/ui_spec.rb index f4f068b334..13fd304a2e 100644 --- a/spec/unit/knife/core/ui_spec.rb +++ b/spec/unit/knife/core/ui_spec.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/data_bag_create_spec.rb b/spec/unit/knife/data_bag_create_spec.rb index 4d87f6f812..9356974735 100644 --- a/spec/unit/knife/data_bag_create_spec.rb +++ b/spec/unit/knife/data_bag_create_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/data_bag_edit_spec.rb b/spec/unit/knife/data_bag_edit_spec.rb index f5d404fb4d..42558c5cbd 100644 --- a/spec/unit/knife/data_bag_edit_spec.rb +++ b/spec/unit/knife/data_bag_edit_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/data_bag_from_file_spec.rb b/spec/unit/knife/data_bag_from_file_spec.rb index 4fb5136115..4a31c480c0 100644 --- a/spec/unit/knife/data_bag_from_file_spec.rb +++ b/spec/unit/knife/data_bag_from_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/data_bag_secret_options_spec.rb b/spec/unit/knife/data_bag_secret_options_spec.rb index 46a3e9bacf..2f4d8c8a88 100644 --- a/spec/unit/knife/data_bag_secret_options_spec.rb +++ b/spec/unit/knife/data_bag_secret_options_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@opscode.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/data_bag_show_spec.rb b/spec/unit/knife/data_bag_show_spec.rb index 80540014dc..489949a0e9 100644 --- a/spec/unit/knife/data_bag_show_spec.rb +++ b/spec/unit/knife/data_bag_show_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_bulk_delete_spec.rb b/spec/unit/knife/node_bulk_delete_spec.rb index 2e5ef59beb..8744787ef6 100644 --- a/spec/unit/knife/node_bulk_delete_spec.rb +++ b/spec/unit/knife/node_bulk_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_delete_spec.rb b/spec/unit/knife/node_delete_spec.rb index cb847adb91..da4c44a651 100644 --- a/spec/unit/knife/node_delete_spec.rb +++ b/spec/unit/knife/node_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_edit_spec.rb b/spec/unit/knife/node_edit_spec.rb index 0e2d289101..2cf6633574 100644 --- a/spec/unit/knife/node_edit_spec.rb +++ b/spec/unit/knife/node_edit_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_from_file_spec.rb b/spec/unit/knife/node_from_file_spec.rb index 1111729b78..728483e22d 100644 --- a/spec/unit/knife/node_from_file_spec.rb +++ b/spec/unit/knife/node_from_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_list_spec.rb b/spec/unit/knife/node_list_spec.rb index d1dabd3a4b..3112e0b804 100644 --- a/spec/unit/knife/node_list_spec.rb +++ b/spec/unit/knife/node_list_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_run_list_add_spec.rb b/spec/unit/knife/node_run_list_add_spec.rb index 549aad9b1a..6bdaee6915 100644 --- a/spec/unit/knife/node_run_list_add_spec.rb +++ b/spec/unit/knife/node_run_list_add_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_run_list_remove_spec.rb b/spec/unit/knife/node_run_list_remove_spec.rb index 253c985958..54f8625898 100644 --- a/spec/unit/knife/node_run_list_remove_spec.rb +++ b/spec/unit/knife/node_run_list_remove_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/node_show_spec.rb b/spec/unit/knife/node_show_spec.rb index 381bf35af7..b3fc78c954 100644 --- a/spec/unit/knife/node_show_spec.rb +++ b/spec/unit/knife/node_show_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/osc_user_create_spec.rb b/spec/unit/knife/osc_user_create_spec.rb index 3ef0d363af..a52ba54199 100644 --- a/spec/unit/knife/osc_user_create_spec.rb +++ b/spec/unit/knife/osc_user_create_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/osc_user_delete_spec.rb b/spec/unit/knife/osc_user_delete_spec.rb index 48944685c7..6e90988156 100644 --- a/spec/unit/knife/osc_user_delete_spec.rb +++ b/spec/unit/knife/osc_user_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/osc_user_edit_spec.rb b/spec/unit/knife/osc_user_edit_spec.rb index fdaf396aea..4dc92d61c8 100644 --- a/spec/unit/knife/osc_user_edit_spec.rb +++ b/spec/unit/knife/osc_user_edit_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/osc_user_reregister_spec.rb b/spec/unit/knife/osc_user_reregister_spec.rb index e74f2599c5..ae6b4be9a8 100644 --- a/spec/unit/knife/osc_user_reregister_spec.rb +++ b/spec/unit/knife/osc_user_reregister_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/osc_user_show_spec.rb b/spec/unit/knife/osc_user_show_spec.rb index 024aa34435..d6efbef870 100644 --- a/spec/unit/knife/osc_user_show_spec.rb +++ b/spec/unit/knife/osc_user_show_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/raw_spec.rb b/spec/unit/knife/raw_spec.rb index c47d3d5d06..a69c133a0e 100644 --- a/spec/unit/knife/raw_spec.rb +++ b/spec/unit/knife/raw_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@getchef.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_bulk_delete_spec.rb b/spec/unit/knife/role_bulk_delete_spec.rb index a93b338a14..75edab8aa9 100644 --- a/spec/unit/knife/role_bulk_delete_spec.rb +++ b/spec/unit/knife/role_bulk_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_create_spec.rb b/spec/unit/knife/role_create_spec.rb index 5a5fe7e701..765cec7882 100644 --- a/spec/unit/knife/role_create_spec.rb +++ b/spec/unit/knife/role_create_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_delete_spec.rb b/spec/unit/knife/role_delete_spec.rb index 8067b582fb..3251ddd81c 100644 --- a/spec/unit/knife/role_delete_spec.rb +++ b/spec/unit/knife/role_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_edit_spec.rb b/spec/unit/knife/role_edit_spec.rb index 8ecd7c9b57..5f4ed1eb8e 100644 --- a/spec/unit/knife/role_edit_spec.rb +++ b/spec/unit/knife/role_edit_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_env_run_list_add_spec.rb b/spec/unit/knife/role_env_run_list_add_spec.rb index a9de8f6e16..0831abd845 100644 --- a/spec/unit/knife/role_env_run_list_add_spec.rb +++ b/spec/unit/knife/role_env_run_list_add_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_env_run_list_clear_spec.rb b/spec/unit/knife/role_env_run_list_clear_spec.rb index 6b3456d481..831a23b71b 100644 --- a/spec/unit/knife/role_env_run_list_clear_spec.rb +++ b/spec/unit/knife/role_env_run_list_clear_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_env_run_list_remove_spec.rb b/spec/unit/knife/role_env_run_list_remove_spec.rb index 32f1102428..39f4a78e28 100644 --- a/spec/unit/knife/role_env_run_list_remove_spec.rb +++ b/spec/unit/knife/role_env_run_list_remove_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_env_run_list_replace_spec.rb b/spec/unit/knife/role_env_run_list_replace_spec.rb index 926c6914bb..537ede29ce 100644 --- a/spec/unit/knife/role_env_run_list_replace_spec.rb +++ b/spec/unit/knife/role_env_run_list_replace_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_env_run_list_set_spec.rb b/spec/unit/knife/role_env_run_list_set_spec.rb index 42b02f88b9..83a665c34f 100644 --- a/spec/unit/knife/role_env_run_list_set_spec.rb +++ b/spec/unit/knife/role_env_run_list_set_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_from_file_spec.rb b/spec/unit/knife/role_from_file_spec.rb index 5df6a0010a..1660026b1a 100644 --- a/spec/unit/knife/role_from_file_spec.rb +++ b/spec/unit/knife/role_from_file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_list_spec.rb b/spec/unit/knife/role_list_spec.rb index 944cded262..daf2645aef 100644 --- a/spec/unit/knife/role_list_spec.rb +++ b/spec/unit/knife/role_list_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/role_run_list_add_spec.rb b/spec/unit/knife/role_run_list_add_spec.rb index 36a0829d3e..ac5202da22 100644 --- a/spec/unit/knife/role_run_list_add_spec.rb +++ b/spec/unit/knife/role_run_list_add_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_run_list_clear_spec.rb b/spec/unit/knife/role_run_list_clear_spec.rb index 2e058bf9a2..5e1a388c75 100644 --- a/spec/unit/knife/role_run_list_clear_spec.rb +++ b/spec/unit/knife/role_run_list_clear_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_run_list_remove_spec.rb b/spec/unit/knife/role_run_list_remove_spec.rb index 118d408989..f3cc38e616 100644 --- a/spec/unit/knife/role_run_list_remove_spec.rb +++ b/spec/unit/knife/role_run_list_remove_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_run_list_replace_spec.rb b/spec/unit/knife/role_run_list_replace_spec.rb index 170fc856a0..74f648a372 100644 --- a/spec/unit/knife/role_run_list_replace_spec.rb +++ b/spec/unit/knife/role_run_list_replace_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_run_list_set_spec.rb b/spec/unit/knife/role_run_list_set_spec.rb index eefdb9ee33..5207f631d4 100644 --- a/spec/unit/knife/role_run_list_set_spec.rb +++ b/spec/unit/knife/role_run_list_set_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Will Albenzi (<walbenzi@gmail.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/knife/role_show_spec.rb b/spec/unit/knife/role_show_spec.rb index d4628caf94..657c508f10 100644 --- a/spec/unit/knife/role_show_spec.rb +++ b/spec/unit/knife/role_show_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2014-2016, Lamont Granquist # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/ssh_spec.rb b/spec/unit/knife/ssh_spec.rb index 738b50abae..5fed92ffa5 100644 --- a/spec/unit/knife/ssh_spec.rb +++ b/spec/unit/knife/ssh_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Bryan McLellan <btm@opscode.com> +# Author:: Bryan McLellan <btm@chef.io> # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/ssl_check_spec.rb b/spec/unit/knife/ssl_check_spec.rb index 37f34ee645..c7ca98d2dc 100644 --- a/spec/unit/knife/ssl_check_spec.rb +++ b/spec/unit/knife/ssl_check_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/ssl_fetch_spec.rb b/spec/unit/knife/ssl_fetch_spec.rb index ace4099f72..4f31285fca 100644 --- a/spec/unit/knife/ssl_fetch_spec.rb +++ b/spec/unit/knife/ssl_fetch_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/user_delete_spec.rb b/spec/unit/knife/user_delete_spec.rb index 3cdcec4bcd..de37797d3c 100644 --- a/spec/unit/knife/user_delete_spec.rb +++ b/spec/unit/knife/user_delete_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/user_edit_spec.rb b/spec/unit/knife/user_edit_spec.rb index ee4d46f596..d7db1aac29 100644 --- a/spec/unit/knife/user_edit_spec.rb +++ b/spec/unit/knife/user_edit_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/user_reregister_spec.rb b/spec/unit/knife/user_reregister_spec.rb index 89a654a26c..cc85578bf6 100644 --- a/spec/unit/knife/user_reregister_spec.rb +++ b/spec/unit/knife/user_reregister_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife/user_show_spec.rb b/spec/unit/knife/user_show_spec.rb index d5c47694bf..b82e3e2640 100644 --- a/spec/unit/knife/user_show_spec.rb +++ b/spec/unit/knife/user_show_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (<steve@opscode.com>) +# Author:: Steven Danna (<steve@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/knife_spec.rb b/spec/unit/knife_spec.rb index 5bb8b3f29e..62c1b4c4eb 100644 --- a/spec/unit/knife_spec.rb +++ b/spec/unit/knife_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/lib_backcompat_spec.rb b/spec/unit/lib_backcompat_spec.rb index e2d577d79c..c7dfee5bcd 100644 --- a/spec/unit/lib_backcompat_spec.rb +++ b/spec/unit/lib_backcompat_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/log_spec.rb b/spec/unit/log_spec.rb index 3f37946204..929a24a95b 100644 --- a/spec/unit/log_spec.rb +++ b/spec/unit/log_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/lwrp_spec.rb b/spec/unit/lwrp_spec.rb index 0ca08181e4..e18ab135a5 100644 --- a/spec/unit/lwrp_spec.rb +++ b/spec/unit/lwrp_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/checksum_spec.rb b/spec/unit/mixin/checksum_spec.rb index 745ac984e6..8b8284a867 100644 --- a/spec/unit/mixin/checksum_spec.rb +++ b/spec/unit/mixin/checksum_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/deprecation_spec.rb b/spec/unit/mixin/deprecation_spec.rb index 85917c15af..8f22b09295 100644 --- a/spec/unit/mixin/deprecation_spec.rb +++ b/spec/unit/mixin/deprecation_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb b/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb index 4c417afd97..248de0ba95 100644 --- a/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +++ b/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Mark Mzyk (<mmzyk@opscode.com>) +# Author:: Mark Mzyk (<mmzyk@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/homebrew_user_spec.rb b/spec/unit/mixin/homebrew_user_spec.rb index 06979bc643..a90f131521 100644 --- a/spec/unit/mixin/homebrew_user_spec.rb +++ b/spec/unit/mixin/homebrew_user_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # # Copyright 2014-2016, Chef Software, Inc <legal@getchef.com> # diff --git a/spec/unit/mixin/params_validate_spec.rb b/spec/unit/mixin/params_validate_spec.rb index 97e4246835..a08584baf9 100644 --- a/spec/unit/mixin/params_validate_spec.rb +++ b/spec/unit/mixin/params_validate_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/path_sanity_spec.rb b/spec/unit/mixin/path_sanity_spec.rb index 88148f0e0e..2679780c76 100644 --- a/spec/unit/mixin/path_sanity_spec.rb +++ b/spec/unit/mixin/path_sanity_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/securable_spec.rb b/spec/unit/mixin/securable_spec.rb index a753e16e1e..50bfe84b27 100644 --- a/spec/unit/mixin/securable_spec.rb +++ b/spec/unit/mixin/securable_spec.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 # -# Author:: Mark Mzyk (<mmzyk@opscode.com>) +# Author:: Mark Mzyk (<mmzyk@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/template_spec.rb b/spec/unit/mixin/template_spec.rb index 3078ce3e3f..41e2174eb0 100644 --- a/spec/unit/mixin/template_spec.rb +++ b/spec/unit/mixin/template_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/windows_architecture_helper_spec.rb b/spec/unit/mixin/windows_architecture_helper_spec.rb index 8cfe4ce15e..25064678fa 100644 --- a/spec/unit/mixin/windows_architecture_helper_spec.rb +++ b/spec/unit/mixin/windows_architecture_helper_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/xml_escape_spec.rb b/spec/unit/mixin/xml_escape_spec.rb index a418e2d07a..2723fce765 100644 --- a/spec/unit/mixin/xml_escape_spec.rb +++ b/spec/unit/mixin/xml_escape_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/monkey_patches/uri_spec.rb b/spec/unit/monkey_patches/uri_spec.rb index fc217c4eea..0679705cf4 100644 --- a/spec/unit/monkey_patches/uri_spec.rb +++ b/spec/unit/monkey_patches/uri_spec.rb @@ -1,5 +1,5 @@ #-- -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/node/attribute_spec.rb b/spec/unit/node/attribute_spec.rb index 2ceed1ee75..79ef2bf7d7 100644 --- a/spec/unit/node/attribute_spec.rb +++ b/spec/unit/node/attribute_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/node/immutable_collections_spec.rb b/spec/unit/node/immutable_collections_spec.rb index ec2fd6b169..2a0884f4b2 100644 --- a/spec/unit/node/immutable_collections_spec.rb +++ b/spec/unit/node/immutable_collections_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/node_spec.rb b/spec/unit/node_spec.rb index 750c92012f..234955cc27 100644 --- a/spec/unit/node_spec.rb +++ b/spec/unit/node_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/platform_spec.rb b/spec/unit/platform_spec.rb index bff8fdf80f..4ad2b3e9c0 100644 --- a/spec/unit/platform_spec.rb +++ b/spec/unit/platform_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/policy_builder/dynamic_spec.rb b/spec/unit/policy_builder/dynamic_spec.rb index 113b9c5871..19ad057863 100644 --- a/spec/unit/policy_builder/dynamic_spec.rb +++ b/spec/unit/policy_builder/dynamic_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/policy_builder/expand_node_object_spec.rb b/spec/unit/policy_builder/expand_node_object_spec.rb index 0cfc70176e..2a1a85e605 100644 --- a/spec/unit/policy_builder/expand_node_object_spec.rb +++ b/spec/unit/policy_builder/expand_node_object_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/policy_builder/policyfile_spec.rb b/spec/unit/policy_builder/policyfile_spec.rb index 0453237396..1425fe2b70 100644 --- a/spec/unit/policy_builder/policyfile_spec.rb +++ b/spec/unit/policy_builder/policyfile_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/policy_builder_spec.rb b/spec/unit/policy_builder_spec.rb index 6a3ac88c49..674978ab63 100644 --- a/spec/unit/policy_builder_spec.rb +++ b/spec/unit/policy_builder_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@getchef.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/cookbook_file/content_spec.rb b/spec/unit/provider/cookbook_file/content_spec.rb index 24b37bef20..b4116bda12 100644 --- a/spec/unit/provider/cookbook_file/content_spec.rb +++ b/spec/unit/provider/cookbook_file/content_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/cookbook_file_spec.rb b/spec/unit/provider/cookbook_file_spec.rb index 6b3328ed58..810adb52f9 100644 --- a/spec/unit/provider/cookbook_file_spec.rb +++ b/spec/unit/provider/cookbook_file_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/directory_spec.rb b/spec/unit/provider/directory_spec.rb index db485fa97b..c4cf070246 100644 --- a/spec/unit/provider/directory_spec.rb +++ b/spec/unit/provider/directory_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/dsc_script_spec.rb b/spec/unit/provider/dsc_script_spec.rb index c67d098e93..0bea0e596d 100644 --- a/spec/unit/provider/dsc_script_spec.rb +++ b/spec/unit/provider/dsc_script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/provider/execute_spec.rb b/spec/unit/provider/execute_spec.rb index 9b80e3ddec..4cc27ef105 100644 --- a/spec/unit/provider/execute_spec.rb +++ b/spec/unit/provider/execute_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Prajakta Purohit (<prajakta@opscode.com>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/file/content_spec.rb b/spec/unit/provider/file/content_spec.rb index 3f8a3b1062..5179b5ce4d 100644 --- a/spec/unit/provider/file/content_spec.rb +++ b/spec/unit/provider/file/content_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/file_spec.rb b/spec/unit/provider/file_spec.rb index a0e2e0e413..83cdf21050 100644 --- a/spec/unit/provider/file_spec.rb +++ b/spec/unit/provider/file_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/group/gpasswd_spec.rb b/spec/unit/provider/group/gpasswd_spec.rb index 9e32df148f..16e6ad15ea 100644 --- a/spec/unit/provider/group/gpasswd_spec.rb +++ b/spec/unit/provider/group/gpasswd_spec.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/group/groupadd_spec.rb b/spec/unit/provider/group/groupadd_spec.rb index a7cfa004fb..ad9e16ea94 100644 --- a/spec/unit/provider/group/groupadd_spec.rb +++ b/spec/unit/provider/group/groupadd_spec.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/group/usermod_spec.rb b/spec/unit/provider/group/usermod_spec.rb index 3f5f4265f6..1a718b1d40 100644 --- a/spec/unit/provider/group/usermod_spec.rb +++ b/spec/unit/provider/group/usermod_spec.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/group_spec.rb b/spec/unit/provider/group_spec.rb index 6832532e20..d5512b32cd 100644 --- a/spec/unit/provider/group_spec.rb +++ b/spec/unit/provider/group_spec.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/http_request_spec.rb b/spec/unit/provider/http_request_spec.rb index cd256c321f..f4d415be4d 100644 --- a/spec/unit/provider/http_request_spec.rb +++ b/spec/unit/provider/http_request_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/link_spec.rb b/spec/unit/provider/link_spec.rb index 7356579cda..31065d7bfd 100644 --- a/spec/unit/provider/link_spec.rb +++ b/spec/unit/provider/link_spec.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen (<aj@junglist.gen.nz>) -# Author:: John Keiser (<jkeiser@opscode.com>) +# Author:: John Keiser (<jkeiser@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/mount/mount_spec.rb b/spec/unit/provider/mount/mount_spec.rb index 6981061de2..1fbe0c5c89 100644 --- a/spec/unit/provider/mount/mount_spec.rb +++ b/spec/unit/provider/mount/mount_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@opscode.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/mount/solaris_spec.rb b/spec/unit/provider/mount/solaris_spec.rb index 4924a0f4a1..7304c4290f 100644 --- a/spec/unit/provider/mount/solaris_spec.rb +++ b/spec/unit/provider/mount/solaris_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/mount_spec.rb b/spec/unit/provider/mount_spec.rb index dc0a6f7e52..5aa247a30f 100644 --- a/spec/unit/provider/mount_spec.rb +++ b/spec/unit/provider/mount_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package/apt_spec.rb b/spec/unit/provider/package/apt_spec.rb index 1bb6a9d3ee..abf128d086 100644 --- a/spec/unit/provider/package/apt_spec.rb +++ b/spec/unit/provider/package/apt_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package/chocolatey_spec.rb b/spec/unit/provider/package/chocolatey_spec.rb index 13c54aa4b6..bf17bfe808 100644 --- a/spec/unit/provider/package/chocolatey_spec.rb +++ b/spec/unit/provider/package/chocolatey_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package/homebrew_spec.rb b/spec/unit/provider/package/homebrew_spec.rb index 896f847503..940afcb0c4 100644 --- a/spec/unit/provider/package/homebrew_spec.rb +++ b/spec/unit/provider/package/homebrew_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Copyright 2014-2016, Chef Software, Inc. <legal@getchef.com> # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/provider/package/ips_spec.rb b/spec/unit/provider/package/ips_spec.rb index 63edae944e..732e42a7bc 100644 --- a/spec/unit/provider/package/ips_spec.rb +++ b/spec/unit/provider/package/ips_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Bryan McLellan <btm@opscode.com> +# Author:: Bryan McLellan <btm@chef.io> # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package/rpm_spec.rb b/spec/unit/provider/package/rpm_spec.rb index 04583a650b..2f2c44a5d5 100644 --- a/spec/unit/provider/package/rpm_spec.rb +++ b/spec/unit/provider/package/rpm_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Joshua Timberman (<joshua@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package/yum_spec.rb b/spec/unit/provider/package/yum_spec.rb index 657bd34a8f..f60bcd1405 100644 --- a/spec/unit/provider/package/yum_spec.rb +++ b/spec/unit/provider/package/yum_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package/zypper_spec.rb b/spec/unit/provider/package/zypper_spec.rb index 4f661131b4..f5e2c5e8a5 100644 --- a/spec/unit/provider/package/zypper_spec.rb +++ b/spec/unit/provider/package/zypper_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/package_spec.rb b/spec/unit/provider/package_spec.rb index 0809eaf965..50016c623d 100644 --- a/spec/unit/provider/package_spec.rb +++ b/spec/unit/provider/package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/powershell_script_spec.rb b/spec/unit/provider/powershell_script_spec.rb index 900257c07f..c0361eaea1 100644 --- a/spec/unit/provider/powershell_script_spec.rb +++ b/spec/unit/provider/powershell_script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/remote_file/cache_control_data_spec.rb b/spec/unit/provider/remote_file/cache_control_data_spec.rb index 986aea9c19..5d31863274 100644 --- a/spec/unit/provider/remote_file/cache_control_data_spec.rb +++ b/spec/unit/provider/remote_file/cache_control_data_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/remote_file/content_spec.rb b/spec/unit/provider/remote_file/content_spec.rb index 6e1351de63..a562c1c742 100644 --- a/spec/unit/provider/remote_file/content_spec.rb +++ b/spec/unit/provider/remote_file/content_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/remote_file/fetcher_spec.rb b/spec/unit/provider/remote_file/fetcher_spec.rb index 47f7779d54..0fa213cdb2 100644 --- a/spec/unit/provider/remote_file/fetcher_spec.rb +++ b/spec/unit/provider/remote_file/fetcher_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/remote_file/http_spec.rb b/spec/unit/provider/remote_file/http_spec.rb index c1b36b8bf8..89f2964076 100644 --- a/spec/unit/provider/remote_file/http_spec.rb +++ b/spec/unit/provider/remote_file/http_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Lamont Granquist # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/remote_file_spec.rb b/spec/unit/provider/remote_file_spec.rb index 80560252e9..de5036eb41 100644 --- a/spec/unit/provider/remote_file_spec.rb +++ b/spec/unit/provider/remote_file_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/ruby_block_spec.rb b/spec/unit/provider/ruby_block_spec.rb index 61f9a8ec49..d9fd3e2548 100644 --- a/spec/unit/provider/ruby_block_spec.rb +++ b/spec/unit/provider/ruby_block_spec.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2009-2016, Opscode # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/service/gentoo_service_spec.rb b/spec/unit/provider/service/gentoo_service_spec.rb index f0b188acf2..a00ca7aadd 100644 --- a/spec/unit/provider/service/gentoo_service_spec.rb +++ b/spec/unit/provider/service/gentoo_service_spec.rb @@ -1,6 +1,6 @@ # # Author:: Lee Jensen (<ljensen@engineyard.com>) -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/service/windows_spec.rb b/spec/unit/provider/service/windows_spec.rb index 5b68c308ff..cbda70c9bb 100644 --- a/spec/unit/provider/service/windows_spec.rb +++ b/spec/unit/provider/service/windows_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Nuo Yan <nuo@opscode.com> -# Author:: Seth Chisamore <schisamo@opscode.com> +# Author:: Nuo Yan <nuo@chef.io> +# Author:: Seth Chisamore <schisamo@chef.io> # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/template/content_spec.rb b/spec/unit/provider/template/content_spec.rb index 6c7048fc9c..5d885267c7 100644 --- a/spec/unit/provider/template/content_spec.rb +++ b/spec/unit/provider/template/content_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/template_spec.rb b/spec/unit/provider/template_spec.rb index 5217841f2e..bf1fcd1cc3 100644 --- a/spec/unit/provider/template_spec.rb +++ b/spec/unit/provider/template_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider/user/solaris_spec.rb b/spec/unit/provider/user/solaris_spec.rb index 9ce4ee04eb..984fab5e8b 100644 --- a/spec/unit/provider/user/solaris_spec.rb +++ b/spec/unit/provider/user/solaris_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Author:: Dave Eddy (<dave@daveeddy.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2015-2016, Dave Eddy diff --git a/spec/unit/provider/user/useradd_spec.rb b/spec/unit/provider/user/useradd_spec.rb index f212fc1a32..7c67449a86 100644 --- a/spec/unit/provider/user/useradd_spec.rb +++ b/spec/unit/provider/user/useradd_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # # License:: Apache License, Version 2.0 diff --git a/spec/unit/provider/user_spec.rb b/spec/unit/provider/user_spec.rb index d403e9dd45..ce10e8b73d 100644 --- a/spec/unit/provider/user_spec.rb +++ b/spec/unit/provider/user_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider_resolver_spec.rb b/spec/unit/provider_resolver_spec.rb index f7115317a9..3ac7da5880 100644 --- a/spec/unit/provider_resolver_spec.rb +++ b/spec/unit/provider_resolver_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@getchef.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/provider_spec.rb b/spec/unit/provider_spec.rb index 69f0884016..8dd6724192 100644 --- a/spec/unit/provider_spec.rb +++ b/spec/unit/provider_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/pure_application_spec.rb b/spec/unit/pure_application_spec.rb index 50d7e1c826..a25acc2bba 100644 --- a/spec/unit/pure_application_spec.rb +++ b/spec/unit/pure_application_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@getchef.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/recipe_spec.rb b/spec/unit/recipe_spec.rb index 53db24f8e8..fd7fb47ea0 100644 --- a/spec/unit/recipe_spec.rb +++ b/spec/unit/recipe_spec.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/apt_package_spec.rb b/spec/unit/resource/apt_package_spec.rb index 38742893db..41cdb04a1e 100644 --- a/spec/unit/resource/apt_package_spec.rb +++ b/spec/unit/resource/apt_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/bash_spec.rb b/spec/unit/resource/bash_spec.rb index 11db3756d1..56c36df1ce 100644 --- a/spec/unit/resource/bash_spec.rb +++ b/spec/unit/resource/bash_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/batch_spec.rb b/spec/unit/resource/batch_spec.rb index 20ff6ab1e8..e19ea15585 100644 --- a/spec/unit/resource/batch_spec.rb +++ b/spec/unit/resource/batch_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/chef_gem_spec.rb b/spec/unit/resource/chef_gem_spec.rb index 04bc345d94..1b1439d7f2 100644 --- a/spec/unit/resource/chef_gem_spec.rb +++ b/spec/unit/resource/chef_gem_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Author:: Bryan McLellan <btm@loftninjas.org> # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/resource/chocolatey_package_spec.rb b/spec/unit/resource/chocolatey_package_spec.rb index 89d600372e..dfd6a3e679 100644 --- a/spec/unit/resource/chocolatey_package_spec.rb +++ b/spec/unit/resource/chocolatey_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/conditional_spec.rb b/spec/unit/resource/conditional_spec.rb index d877d5adbc..ee4a66f8d5 100644 --- a/spec/unit/resource/conditional_spec.rb +++ b/spec/unit/resource/conditional_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/cookbook_file_spec.rb b/spec/unit/resource/cookbook_file_spec.rb index 1f9cb45b6e..ca49320503 100644 --- a/spec/unit/resource/cookbook_file_spec.rb +++ b/spec/unit/resource/cookbook_file_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software, Inc. #p License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/cron_spec.rb b/spec/unit/resource/cron_spec.rb index 68d5c273b8..ad2ec08bb2 100644 --- a/spec/unit/resource/cron_spec.rb +++ b/spec/unit/resource/cron_spec.rb @@ -1,6 +1,6 @@ # # Author:: Bryan McLellan (btm@loftninjas.org) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Bryan McLellan # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/csh_spec.rb b/spec/unit/resource/csh_spec.rb index bc3369a315..864175fc85 100644 --- a/spec/unit/resource/csh_spec.rb +++ b/spec/unit/resource/csh_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/directory_spec.rb b/spec/unit/resource/directory_spec.rb index 6a6648ca16..cfb3ade135 100644 --- a/spec/unit/resource/directory_spec.rb +++ b/spec/unit/resource/directory_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/dpkg_package_spec.rb b/spec/unit/resource/dpkg_package_spec.rb index 26f2beb387..7bfe268d7d 100644 --- a/spec/unit/resource/dpkg_package_spec.rb +++ b/spec/unit/resource/dpkg_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/dsc_resource_spec.rb b/spec/unit/resource/dsc_resource_spec.rb index f5286d2b9b..ebedd55dec 100644 --- a/spec/unit/resource/dsc_resource_spec.rb +++ b/spec/unit/resource/dsc_resource_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/dsc_script_spec.rb b/spec/unit/resource/dsc_script_spec.rb index 1361cc3fa8..7139405f38 100644 --- a/spec/unit/resource/dsc_script_spec.rb +++ b/spec/unit/resource/dsc_script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@getchef.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/env_spec.rb b/spec/unit/resource/env_spec.rb index 75db345ae8..f9719689c5 100644 --- a/spec/unit/resource/env_spec.rb +++ b/spec/unit/resource/env_spec.rb @@ -1,6 +1,6 @@ # # Author:: Doug MacEachern (<dougm@vmware.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2010-2016, VMware, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/erl_call_spec.rb b/spec/unit/resource/erl_call_spec.rb index 17f3d153ee..6d1f45ec63 100644 --- a/spec/unit/resource/erl_call_spec.rb +++ b/spec/unit/resource/erl_call_spec.rb @@ -1,6 +1,6 @@ # # Author:: Joe Williams (<joe@joetify.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Joe Williams # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/execute_spec.rb b/spec/unit/resource/execute_spec.rb index 53829b8d2e..70824e9f5b 100644 --- a/spec/unit/resource/execute_spec.rb +++ b/spec/unit/resource/execute_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/file_spec.rb b/spec/unit/resource/file_spec.rb index b6f1ffa41c..f5b576c0f5 100644 --- a/spec/unit/resource/file_spec.rb +++ b/spec/unit/resource/file_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/freebsd_package_spec.rb b/spec/unit/resource/freebsd_package_spec.rb index 15ee176841..97966de2af 100644 --- a/spec/unit/resource/freebsd_package_spec.rb +++ b/spec/unit/resource/freebsd_package_spec.rb @@ -1,5 +1,5 @@ # -# Authors:: AJ Christensen (<aj@opscode.com>) +# Authors:: AJ Christensen (<aj@chef.io>) # Richard Manyanza (<liseki@nyikacraftsmen.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2014-2016, Richard Manyanza. diff --git a/spec/unit/resource/gem_package_spec.rb b/spec/unit/resource/gem_package_spec.rb index 9afb50869c..de6341d0ea 100644 --- a/spec/unit/resource/gem_package_spec.rb +++ b/spec/unit/resource/gem_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/group_spec.rb b/spec/unit/resource/group_spec.rb index bfce17c703..7cfec23365 100644 --- a/spec/unit/resource/group_spec.rb +++ b/spec/unit/resource/group_spec.rb @@ -1,6 +1,6 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>); +# Author:: AJ Christensen (<aj@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>); # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/homebrew_package_spec.rb b/spec/unit/resource/homebrew_package_spec.rb index b2a81015db..05923a8566 100644 --- a/spec/unit/resource/homebrew_package_spec.rb +++ b/spec/unit/resource/homebrew_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Joshua Timberman (<joshua@getchef.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) # Copyright 2014-2016, Chef Software, Inc. <legal@getchef.com> # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/resource/http_request_spec.rb b/spec/unit/resource/http_request_spec.rb index 163c2f2bf0..8a5745a1af 100644 --- a/spec/unit/resource/http_request_spec.rb +++ b/spec/unit/resource/http_request_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/ifconfig_spec.rb b/spec/unit/resource/ifconfig_spec.rb index 44c3a30ad0..eceba0c319 100644 --- a/spec/unit/resource/ifconfig_spec.rb +++ b/spec/unit/resource/ifconfig_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Joe Williams # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/ips_package_spec.rb b/spec/unit/resource/ips_package_spec.rb index a01f5b517d..62656bcf8e 100644 --- a/spec/unit/resource/ips_package_spec.rb +++ b/spec/unit/resource/ips_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Bryan McLellan <btm@opscode.com> +# Author:: Bryan McLellan <btm@chef.io> # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/link_spec.rb b/spec/unit/resource/link_spec.rb index cf378ece33..dfd98eb16e 100644 --- a/spec/unit/resource/link_spec.rb +++ b/spec/unit/resource/link_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/log_spec.rb b/spec/unit/resource/log_spec.rb index ec934eb902..18a1eb65bf 100644 --- a/spec/unit/resource/log_spec.rb +++ b/spec/unit/resource/log_spec.rb @@ -1,6 +1,6 @@ # # Author:: Cary Penniman (<cary@rightscale.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/mdadm_spec.rb b/spec/unit/resource/mdadm_spec.rb index 3c6d240865..6a446a2815 100644 --- a/spec/unit/resource/mdadm_spec.rb +++ b/spec/unit/resource/mdadm_spec.rb @@ -1,6 +1,6 @@ # # Author:: Joe Williams (<joe@joetify.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Joe Williams # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/mount_spec.rb b/spec/unit/resource/mount_spec.rb index 0aad1f9e14..53efb055e8 100644 --- a/spec/unit/resource/mount_spec.rb +++ b/spec/unit/resource/mount_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Joshua Timberman (<joshua@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Joshua Timberman (<joshua@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/openbsd_package_spec.rb b/spec/unit/resource/openbsd_package_spec.rb index a4c6f4d959..840cabf1fe 100644 --- a/spec/unit/resource/openbsd_package_spec.rb +++ b/spec/unit/resource/openbsd_package_spec.rb @@ -1,5 +1,5 @@ # -# Authors:: AJ Christensen (<aj@opscode.com>) +# Authors:: AJ Christensen (<aj@chef.io>) # Richard Manyanza (<liseki@nyikacraftsmen.com>) # Scott Bonds (<scott@ggr.com>) # Copyright:: Copyright 2008-2016, Chef Software Inc. diff --git a/spec/unit/resource/package_spec.rb b/spec/unit/resource/package_spec.rb index 39fa858f61..ef8f6cce53 100644 --- a/spec/unit/resource/package_spec.rb +++ b/spec/unit/resource/package_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/perl_spec.rb b/spec/unit/resource/perl_spec.rb index bc03b988fc..417d74a8c2 100644 --- a/spec/unit/resource/perl_spec.rb +++ b/spec/unit/resource/perl_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/portage_package_spec.rb b/spec/unit/resource/portage_package_spec.rb index 32ac4e0825..d2336744bf 100644 --- a/spec/unit/resource/portage_package_spec.rb +++ b/spec/unit/resource/portage_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/powershell_script_spec.rb b/spec/unit/resource/powershell_script_spec.rb index 02674bbe57..3cb5e1b5a9 100644 --- a/spec/unit/resource/powershell_script_spec.rb +++ b/spec/unit/resource/powershell_script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards (<adamed@opscode.com>) +# Author:: Adam Edwards (<adamed@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/python_spec.rb b/spec/unit/resource/python_spec.rb index eb841655e1..aba84c4000 100644 --- a/spec/unit/resource/python_spec.rb +++ b/spec/unit/resource/python_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/registry_key_spec.rb b/spec/unit/resource/registry_key_spec.rb index 07348206a2..a2ba6f500d 100644 --- a/spec/unit/resource/registry_key_spec.rb +++ b/spec/unit/resource/registry_key_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/remote_directory_spec.rb b/spec/unit/resource/remote_directory_spec.rb index 0095c1617b..cdca214db6 100644 --- a/spec/unit/resource/remote_directory_spec.rb +++ b/spec/unit/resource/remote_directory_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/remote_file_spec.rb b/spec/unit/resource/remote_file_spec.rb index 9964a8120c..b511377a51 100644 --- a/spec/unit/resource/remote_file_spec.rb +++ b/spec/unit/resource/remote_file_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/route_spec.rb b/spec/unit/resource/route_spec.rb index d981969705..259ccf7eab 100644 --- a/spec/unit/resource/route_spec.rb +++ b/spec/unit/resource/route_spec.rb @@ -1,6 +1,6 @@ # # Author:: Bryan McLellan (btm@loftninjas.org) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Bryan McLellan # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/ruby_block_spec.rb b/spec/unit/resource/ruby_block_spec.rb index 89ccb5c7b0..f393fbea46 100644 --- a/spec/unit/resource/ruby_block_spec.rb +++ b/spec/unit/resource/ruby_block_spec.rb @@ -1,6 +1,6 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/ruby_spec.rb b/spec/unit/resource/ruby_spec.rb index ec8df91c34..d7b6759462 100644 --- a/spec/unit/resource/ruby_spec.rb +++ b/spec/unit/resource/ruby_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/scm_spec.rb b/spec/unit/resource/scm_spec.rb index 3e4c70f1e1..8667b244d7 100644 --- a/spec/unit/resource/scm_spec.rb +++ b/spec/unit/resource/scm_spec.rb @@ -1,6 +1,6 @@ # # Author:: Daniel DeLeo (<dan@kallistec.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/script_spec.rb b/spec/unit/resource/script_spec.rb index 16d00c8a98..fca9fb0d7b 100644 --- a/spec/unit/resource/script_spec.rb +++ b/spec/unit/resource/script_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/service_spec.rb b/spec/unit/resource/service_spec.rb index 887cda9d89..f9953afd53 100644 --- a/spec/unit/resource/service_spec.rb +++ b/spec/unit/resource/service_spec.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen (<aj@hjksolutions.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Tyler Cloke (<tyler@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/template_spec.rb b/spec/unit/resource/template_spec.rb index 1d7930a362..19d8b1716f 100644 --- a/spec/unit/resource/template_spec.rb +++ b/spec/unit/resource/template_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/user_spec.rb b/spec/unit/resource/user_spec.rb index 6c4ba1fe48..4b26288715 100644 --- a/spec/unit/resource/user_spec.rb +++ b/spec/unit/resource/user_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource/yum_package_spec.rb b/spec/unit/resource/yum_package_spec.rb index 8c0177502b..195f8c56e8 100644 --- a/spec/unit/resource/yum_package_spec.rb +++ b/spec/unit/resource/yum_package_spec.rb @@ -1,5 +1,5 @@ # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource_collection/resource_list_spec.rb b/spec/unit/resource_collection/resource_list_spec.rb index c57663cc2a..9863747bf4 100644 --- a/spec/unit/resource_collection/resource_list_spec.rb +++ b/spec/unit/resource_collection/resource_list_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@getchef.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource_collection/resource_set_spec.rb b/spec/unit/resource_collection/resource_set_spec.rb index b3f9431bf2..cacd555b4b 100644 --- a/spec/unit/resource_collection/resource_set_spec.rb +++ b/spec/unit/resource_collection/resource_set_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource_collection_spec.rb b/spec/unit/resource_collection_spec.rb index 084a141e34..0ec14200ca 100644 --- a/spec/unit/resource_collection_spec.rb +++ b/spec/unit/resource_collection_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource_definition_spec.rb b/spec/unit/resource_definition_spec.rb index 165c8055d6..45dfaffca7 100644 --- a/spec/unit/resource_definition_spec.rb +++ b/spec/unit/resource_definition_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/resource_reporter_spec.rb b/spec/unit/resource_reporter_spec.rb index 3e9ba287d8..5517865c8e 100644 --- a/spec/unit/resource_reporter_spec.rb +++ b/spec/unit/resource_reporter_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) -# Author:: Prajakta Purohit (<prajakta@opscode.com>) -# Author:: Tyler Cloke (<tyler@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) +# Author:: Prajakta Purohit (<prajakta@chef.io>) +# Author:: Tyler Cloke (<tyler@chef.io>) # # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/resource_spec.rb b/spec/unit/resource_spec.rb index 9cad233df7..d3d6164a69 100644 --- a/spec/unit/resource_spec.rb +++ b/spec/unit/resource_spec.rb @@ -1,8 +1,8 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Seth Chisamore (<schisamo@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Seth Chisamore (<schisamo@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/rest/auth_credentials_spec.rb b/spec/unit/rest/auth_credentials_spec.rb index 76b4456845..2036a3b3e7 100644 --- a/spec/unit/rest/auth_credentials_spec.rb +++ b/spec/unit/rest/auth_credentials_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/rest_spec.rb b/spec/unit/rest_spec.rb index 8e362a8094..5b4b6f2a88 100644 --- a/spec/unit/rest_spec.rb +++ b/spec/unit/rest_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 diff --git a/spec/unit/role_spec.rb b/spec/unit/role_spec.rb index 1755cd9cc4..6cdeaced47 100644 --- a/spec/unit/role_spec.rb +++ b/spec/unit/role_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_context/child_run_context_spec.rb b/spec/unit/run_context/child_run_context_spec.rb index af569a5f4c..13a035c871 100644 --- a/spec/unit/run_context/child_run_context_spec.rb +++ b/spec/unit/run_context/child_run_context_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_context/cookbook_compiler_spec.rb b/spec/unit/run_context/cookbook_compiler_spec.rb index 592a3b5586..c53d10da47 100644 --- a/spec/unit/run_context/cookbook_compiler_spec.rb +++ b/spec/unit/run_context/cookbook_compiler_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_context_spec.rb b/spec/unit/run_context_spec.rb index c9240a7063..3bc09c8bc3 100644 --- a/spec/unit/run_context_spec.rb +++ b/spec/unit/run_context_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Tim Hinderliter (<tim@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Tim Hinderliter (<tim@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_list/run_list_expansion_spec.rb b/spec/unit/run_list/run_list_expansion_spec.rb index adfbeb5b47..b269c7923d 100644 --- a/spec/unit/run_list/run_list_expansion_spec.rb +++ b/spec/unit/run_list/run_list_expansion_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_list/run_list_item_spec.rb b/spec/unit/run_list/run_list_item_spec.rb index 68252a929a..b4fe42f041 100644 --- a/spec/unit/run_list/run_list_item_spec.rb +++ b/spec/unit/run_list/run_list_item_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_list/versioned_recipe_list_spec.rb b/spec/unit/run_list/versioned_recipe_list_spec.rb index 77eb690c83..df9c8930ea 100644 --- a/spec/unit/run_list/versioned_recipe_list_spec.rb +++ b/spec/unit/run_list/versioned_recipe_list_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Stephen Delano (<stephen@opscode.com>) +# Author:: Stephen Delano (<stephen@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_list_spec.rb b/spec/unit/run_list_spec.rb index 0124e942de..20de26ec78 100644 --- a/spec/unit/run_list_spec.rb +++ b/spec/unit/run_list_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Seth Falcon (<seth@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Seth Falcon (<seth@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_lock_spec.rb b/spec/unit/run_lock_spec.rb index 6210bb24fb..937a6dc258 100644 --- a/spec/unit/run_lock_spec.rb +++ b/spec/unit/run_lock_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/run_status_spec.rb b/spec/unit/run_status_spec.rb index 04abf36b1a..016f5d608a 100644 --- a/spec/unit/run_status_spec.rb +++ b/spec/unit/run_status_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/runner_spec.rb b/spec/unit/runner_spec.rb index e50bb66b84..fe524e1cd3 100644 --- a/spec/unit/runner_spec.rb +++ b/spec/unit/runner_spec.rb @@ -1,5 +1,5 @@ -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/scan_access_control_spec.rb b/spec/unit/scan_access_control_spec.rb index bd044cd081..c48b92349f 100644 --- a/spec/unit/scan_access_control_spec.rb +++ b/spec/unit/scan_access_control_spec.rb @@ -1,4 +1,4 @@ -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/search/query_spec.rb b/spec/unit/search/query_spec.rb index 817defa169..54c21944f0 100644 --- a/spec/unit/search/query_spec.rb +++ b/spec/unit/search/query_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) # Copyright:: Copyright 2009-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/shell/model_wrapper_spec.rb b/spec/unit/shell/model_wrapper_spec.rb index ed1d55fec9..311b90ecbe 100644 --- a/spec/unit/shell/model_wrapper_spec.rb +++ b/spec/unit/shell/model_wrapper_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/backup_spec.rb b/spec/unit/util/backup_spec.rb index 93675ad3f9..8d7caff8d6 100644 --- a/spec/unit/util/backup_spec.rb +++ b/spec/unit/util/backup_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/diff_spec.rb b/spec/unit/util/diff_spec.rb index 4a656f3818..8a2bef2858 100644 --- a/spec/unit/util/diff_spec.rb +++ b/spec/unit/util/diff_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/dsc/configuration_generator_spec.rb b/spec/unit/util/dsc/configuration_generator_spec.rb index cfb3b66ef7..7b39404c4d 100644 --- a/spec/unit/util/dsc/configuration_generator_spec.rb +++ b/spec/unit/util/dsc/configuration_generator_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala <jmundrawala@getchef.com> +# Author:: Jay Mundrawala <jmundrawala@chef.io> # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/dsc/local_configuration_manager_spec.rb b/spec/unit/util/dsc/local_configuration_manager_spec.rb index 3004ab7d69..0ea544d839 100644 --- a/spec/unit/util/dsc/local_configuration_manager_spec.rb +++ b/spec/unit/util/dsc/local_configuration_manager_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Edwards <adamed@getchef.com> +# Author:: Adam Edwards <adamed@chef.io> # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/file_edit_spec.rb b/spec/unit/util/file_edit_spec.rb index 7af1da00cd..af8dd4907d 100644 --- a/spec/unit/util/file_edit_spec.rb +++ b/spec/unit/util/file_edit_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Nuo Yan (<nuo@opscode.com>) +# Author:: Nuo Yan (<nuo@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/powershell/cmdlet_spec.rb b/spec/unit/util/powershell/cmdlet_spec.rb index 462b8f2223..2d6b34ded8 100644 --- a/spec/unit/util/powershell/cmdlet_spec.rb +++ b/spec/unit/util/powershell/cmdlet_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Jay Mundrawala <jdm@getchef.com> +# Author:: Jay Mundrawala <jdm@chef.io> # Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/util/selinux_spec.rb b/spec/unit/util/selinux_spec.rb index 953471d0d8..205553aa0c 100644 --- a/spec/unit/util/selinux_spec.rb +++ b/spec/unit/util/selinux_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Serdar Sutay (<serdar@opscode.com>) +# Author:: Serdar Sutay (<serdar@chef.io>) # Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/version_class_spec.rb b/spec/unit/version_class_spec.rb index ce7de01935..4cbd09ce53 100644 --- a/spec/unit/version_class_spec.rb +++ b/spec/unit/version_class_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/version_constraint_spec.rb b/spec/unit/version_constraint_spec.rb index d9a3e09741..f83af03fb7 100644 --- a/spec/unit/version_constraint_spec.rb +++ b/spec/unit/version_constraint_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Seth Falcon (<seth@opscode.com>) +# Author:: Seth Falcon (<seth@chef.io>) # Copyright:: Copyright 2010-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/tasks/rspec.rb b/tasks/rspec.rb index 57e9ef7e48..72c783038f 100644 --- a/tasks/rspec.rb +++ b/tasks/rspec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Daniel DeLeo (<dan@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Daniel DeLeo (<dan@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # |