diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 15:24:11 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 15:24:11 -0800 |
commit | 8ab21fb6a404cef66a64e021aa4387c96d13d01e (patch) | |
tree | 6181a3f01dc3b6a619bb136314cf64674319ef4c /spec | |
parent | b91f7edaa062c7e59fb01c27b6b7fb1ad7e50571 (diff) | |
download | chef-8ab21fb6a404cef66a64e021aa4387c96d13d01e.tar.gz |
Some more author domain stragglers.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/application_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/mixin/shell_out_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/org_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/provider/ifconfig_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/provider/registry_key_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/provider/script_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/user_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/user_v1_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/win32/registry_spec.rb | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/spec/unit/application_spec.rb b/spec/unit/application_spec.rb index 1a609a7c20..6f9719ebd6 100644 --- a/spec/unit/application_spec.rb +++ b/spec/unit/application_spec.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen (<aj@junglist.gen.nz>) -# Author:: Mark Mzyk (mmzyk@opscode.com) +# Author:: Mark Mzyk (mmzyk@chef.io) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/spec/unit/mixin/shell_out_spec.rb b/spec/unit/mixin/shell_out_spec.rb index 9bf3a5ed12..6d7e12af4b 100644 --- a/spec/unit/mixin/shell_out_spec.rb +++ b/spec/unit/mixin/shell_out_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Ho-Sheng Hsiao (hosh@opscode.com) +# Author:: Ho-Sheng Hsiao (hosh@chef.io) # Code derived from spec/unit/mixin/command_spec.rb # # Original header: diff --git a/spec/unit/org_spec.rb b/spec/unit/org_spec.rb index 653e025235..7c6fcc9e6c 100644 --- a/spec/unit/org_spec.rb +++ b/spec/unit/org_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Steven Danna (steve@opscode.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/provider/ifconfig_spec.rb b/spec/unit/provider/ifconfig_spec.rb index 4e9f6319f2..db45640169 100644 --- a/spec/unit/provider/ifconfig_spec.rb +++ b/spec/unit/provider/ifconfig_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/registry_key_spec.rb b/spec/unit/provider/registry_key_spec.rb index b9d11e707d..41bc5b33d3 100644 --- a/spec/unit/provider/registry_key_spec.rb +++ b/spec/unit/provider/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/provider/script_spec.rb b/spec/unit/provider/script_spec.rb index 55a3653b76..ef1ccf4ea5 100644 --- a/spec/unit/provider/script_spec.rb +++ b/spec/unit/provider/script_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Adam Jacob (adam@opscode.com) +# Author:: Adam Jacob (adam@chef.io) # Copyright:: Copyright 2009-2016, Opscode # License:: Apache License, Version 2.0 # diff --git a/spec/unit/user_spec.rb b/spec/unit/user_spec.rb index 6ccadfb136..a4f1dff721 100644 --- a/spec/unit/user_spec.rb +++ b/spec/unit/user_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/user_v1_spec.rb b/spec/unit/user_v1_spec.rb index 4962eb0f4c..165437d350 100644 --- a/spec/unit/user_v1_spec.rb +++ b/spec/unit/user_v1_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/win32/registry_spec.rb b/spec/unit/win32/registry_spec.rb index ba8e3f964f..63ab520611 100644 --- a/spec/unit/win32/registry_spec.rb +++ b/spec/unit/win32/registry_spec.rb @@ -1,5 +1,5 @@ # -# Author:: Prajakta Purohit (prajakta@opscode.com) +# Author:: Prajakta Purohit (prajakta@chef.io) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # |