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/unit/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 'spec/unit/http')
-rw-r--r-- | spec/unit/http/json_input_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/http/simple_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/http/ssl_policies_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/http/validate_content_length_spec.rb | 2 |
4 files changed, 4 insertions, 4 deletions
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 # |