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 /lib/chef/http | |
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 'lib/chef/http')
-rw-r--r-- | lib/chef/http/auth_credentials.rb | 10 | ||||
-rw-r--r-- | lib/chef/http/authenticator.rb | 2 | ||||
-rw-r--r-- | lib/chef/http/basic_client.rb | 10 | ||||
-rw-r--r-- | lib/chef/http/cookie_jar.rb | 10 | ||||
-rw-r--r-- | lib/chef/http/cookie_manager.rb | 2 | ||||
-rw-r--r-- | lib/chef/http/decompressor.rb | 2 | ||||
-rw-r--r-- | lib/chef/http/http_request.rb | 10 | ||||
-rw-r--r-- | lib/chef/http/json_input.rb | 4 | ||||
-rw-r--r-- | lib/chef/http/json_output.rb | 4 | ||||
-rw-r--r-- | lib/chef/http/json_to_model_output.rb | 2 | ||||
-rw-r--r-- | lib/chef/http/remote_request_id.rb | 2 | ||||
-rw-r--r-- | lib/chef/http/ssl_policies.rb | 10 | ||||
-rw-r--r-- | lib/chef/http/validate_content_length.rb | 2 |
13 files changed, 35 insertions, 35 deletions
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 # |