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 /spec/integration | |
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"
Diffstat (limited to 'spec/integration')
-rw-r--r-- | spec/integration/client/ipv6_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/chef_fs_data_store_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/chef_repo_path_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/chef_repository_file_system_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/chefignore_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/common_options_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/cookbook_api_ipv6_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/delete_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/deps_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/diff_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/download_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/list_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/raw_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/redirection_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/serve_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/show_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/knife/upload_spec.rb | 2 |
17 files changed, 17 insertions, 17 deletions
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 # |