summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-02-02 15:24:11 -0800
committerNoah Kantrowitz <noah@coderanger.net>2016-02-02 15:24:11 -0800
commit8ab21fb6a404cef66a64e021aa4387c96d13d01e (patch)
tree6181a3f01dc3b6a619bb136314cf64674319ef4c
parentb91f7edaa062c7e59fb01c27b6b7fb1ad7e50571 (diff)
downloadchef-8ab21fb6a404cef66a64e021aa4387c96d13d01e.tar.gz
Some more author domain stragglers.
-rwxr-xr-xbin/chef-service-manager2
-rw-r--r--lib/chef/application.rb2
-rw-r--r--lib/chef/application/client.rb4
-rw-r--r--lib/chef/application/knife.rb2
-rw-r--r--lib/chef/application/solo.rb2
-rw-r--r--lib/chef/cookbook_site_streaming_uploader.rb2
-rw-r--r--lib/chef/knife/exec.rb2
-rw-r--r--lib/chef/org.rb2
-rw-r--r--lib/chef/resource_reporter.rb2
-rw-r--r--lib/chef/user.rb2
-rw-r--r--lib/chef/user_v1.rb2
-rw-r--r--spec/unit/application_spec.rb2
-rw-r--r--spec/unit/mixin/shell_out_spec.rb2
-rw-r--r--spec/unit/org_spec.rb2
-rw-r--r--spec/unit/provider/ifconfig_spec.rb2
-rw-r--r--spec/unit/provider/registry_key_spec.rb2
-rw-r--r--spec/unit/provider/script_spec.rb2
-rw-r--r--spec/unit/user_spec.rb2
-rw-r--r--spec/unit/user_v1_spec.rb2
-rw-r--r--spec/unit/win32/registry_spec.rb2
20 files changed, 21 insertions, 21 deletions
diff --git a/bin/chef-service-manager b/bin/chef-service-manager
index eeb6f67ab8..c894b10f4f 100755
--- a/bin/chef-service-manager
+++ b/bin/chef-service-manager
@@ -2,7 +2,7 @@
#
# ./chef-service-manager - Control chef-service on Windows platforms.
#
-# Author:: Serdar Sutay (serdar@opscode.com)
+# Author:: Serdar Sutay (serdar@chef.io)
# Copyright:: Copyright 2013-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/application.rb b/lib/chef/application.rb
index 1991015410..c5a128a179 100644
--- a/lib/chef/application.rb
+++ b/lib/chef/application.rb
@@ -1,6 +1,6 @@
#
# Author:: AJ Christensen (<aj@chef.io>)
-# 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/lib/chef/application/client.rb b/lib/chef/application/client.rb
index 476cffb33a..ea091276d1 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -1,7 +1,7 @@
#
-# Author:: AJ Christensen (<aj@opscode.com)
+# Author:: AJ Christensen (<aj@chef.io)
# Author:: Christopher Brown (<cb@chef.io>)
-# 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/lib/chef/application/knife.rb b/lib/chef/application/knife.rb
index 2949762e28..d433252a50 100644
--- a/lib/chef/application/knife.rb
+++ b/lib/chef/application/knife.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/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index c2be6e5a0e..54d31a5faa 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -1,6 +1,6 @@
#
# Author:: AJ Christensen (<aj@chef.io>)
-# 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/lib/chef/cookbook_site_streaming_uploader.rb b/lib/chef/cookbook_site_streaming_uploader.rb
index e4d398d980..6e669f24ba 100644
--- a/lib/chef/cookbook_site_streaming_uploader.rb
+++ b/lib/chef/cookbook_site_streaming_uploader.rb
@@ -1,6 +1,6 @@
#
# Author:: Stanislav Vitvitskiy
-# Author:: Nuo Yan (nuo@opscode.com)
+# Author:: Nuo Yan (nuo@chef.io)
# Author:: Christopher Walters (<cw@chef.io>)
# Copyright:: Copyright 2009-2016, 2010-2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
diff --git a/lib/chef/knife/exec.rb b/lib/chef/knife/exec.rb
index 7830610022..0aa8ea2ba8 100644
--- a/lib/chef/knife/exec.rb
+++ b/lib/chef/knife/exec.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/lib/chef/org.rb b/lib/chef/org.rb
index 7a6fd9ea24..ee4451fac0 100644
--- a/lib/chef/org.rb
+++ b/lib/chef/org.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/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb
index ec7e43f22c..19964c24cf 100644
--- a/lib/chef/resource_reporter.rb
+++ b/lib/chef/resource_reporter.rb
@@ -1,6 +1,6 @@
#
# Author:: Daniel DeLeo (<dan@chef.io>)
-# Author:: Prajakta Purohit (prajakta@opscode.com>)
+# Author:: Prajakta Purohit (prajakta@chef.io>)
# Auther:: Tyler Cloke (<tyler@opscode.com>)
#
# Copyright:: Copyright 2012-2016, Chef Software Inc.
diff --git a/lib/chef/user.rb b/lib/chef/user.rb
index 8753fab999..7791b56cb5 100644
--- a/lib/chef/user.rb
+++ b/lib/chef/user.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/lib/chef/user_v1.rb b/lib/chef/user_v1.rb
index 882df291cb..ba0253d50e 100644
--- a/lib/chef/user_v1.rb
+++ b/lib/chef/user_v1.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/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
#