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/mixin | |
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/mixin')
-rw-r--r-- | spec/unit/mixin/checksum_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/deprecation_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/enforce_ownership_and_permissions_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/homebrew_user_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/params_validate_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/path_sanity_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/securable_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/template_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/windows_architecture_helper_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/xml_escape_spec.rb | 2 |
10 files changed, 10 insertions, 10 deletions
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 # |