summaryrefslogtreecommitdiff
path: root/lib/chef/win32
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-02-02 14:53:28 -0800
committerNoah Kantrowitz <noah@coderanger.net>2016-02-02 14:53:28 -0800
commit220b5a65ed21015f2704e5b344d95e304fcefd87 (patch)
tree6d4bc63167bb98e6a8e7aa22f6c5875abb2d8c80 /lib/chef/win32
parent5e7af20bf4372b908916f3e816614fcfe19491de (diff)
downloadchef-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/win32')
-rw-r--r--lib/chef/win32/api.rb4
-rw-r--r--lib/chef/win32/api/error.rb2
-rw-r--r--lib/chef/win32/api/file.rb2
-rw-r--r--lib/chef/win32/api/memory.rb2
-rw-r--r--lib/chef/win32/api/net.rb2
-rw-r--r--lib/chef/win32/api/process.rb2
-rw-r--r--lib/chef/win32/api/psapi.rb2
-rw-r--r--lib/chef/win32/api/security.rb2
-rw-r--r--lib/chef/win32/api/synchronization.rb2
-rw-r--r--lib/chef/win32/api/system.rb2
-rw-r--r--lib/chef/win32/api/unicode.rb2
-rw-r--r--lib/chef/win32/error.rb2
-rw-r--r--lib/chef/win32/file.rb2
-rw-r--r--lib/chef/win32/file/info.rb2
-rw-r--r--lib/chef/win32/handle.rb2
-rw-r--r--lib/chef/win32/memory.rb2
-rw-r--r--lib/chef/win32/mutex.rb2
-rw-r--r--lib/chef/win32/process.rb2
-rw-r--r--lib/chef/win32/registry.rb4
-rw-r--r--lib/chef/win32/security.rb2
-rw-r--r--lib/chef/win32/security/ace.rb2
-rw-r--r--lib/chef/win32/security/acl.rb2
-rw-r--r--lib/chef/win32/security/securable_object.rb2
-rw-r--r--lib/chef/win32/security/security_descriptor.rb2
-rw-r--r--lib/chef/win32/security/sid.rb2
-rw-r--r--lib/chef/win32/security/token.rb2
-rw-r--r--lib/chef/win32/unicode.rb4
-rw-r--r--lib/chef/win32/version.rb2
28 files changed, 31 insertions, 31 deletions
diff --git a/lib/chef/win32/api.rb b/lib/chef/win32/api.rb
index 0281c25c9e..e7cd3b5bd0 100644
--- a/lib/chef/win32/api.rb
+++ b/lib/chef/win32/api.rb
@@ -1,6 +1,6 @@
#
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: Seth Chisamore (<schisamo@chef.io>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/error.rb b/lib/chef/win32/api/error.rb
index 37529ca124..ecc1625353 100644
--- a/lib/chef/win32/api/error.rb
+++ b/lib/chef/win32/api/error.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/file.rb b/lib/chef/win32/api/file.rb
index 45b14ad01f..992c595e9a 100644
--- a/lib/chef/win32/api/file.rb
+++ b/lib/chef/win32/api/file.rb
@@ -1,5 +1,5 @@
#
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
+# Author:: Seth Chisamore (<schisamo@chef.io>)
# Author:: Mark Mzyk (<mmzyk@ospcode.com>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
diff --git a/lib/chef/win32/api/memory.rb b/lib/chef/win32/api/memory.rb
index bb97101fac..a00ac5fec8 100644
--- a/lib/chef/win32/api/memory.rb
+++ b/lib/chef/win32/api/memory.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/net.rb b/lib/chef/win32/api/net.rb
index 453be5586a..848499b403 100644
--- a/lib/chef/win32/api/net.rb
+++ b/lib/chef/win32/api/net.rb
@@ -1,5 +1,5 @@
#
-# Author:: Serdar Sutay (<serdar@getchef.com>)
+# Author:: Serdar Sutay (<serdar@chef.io>)
# Copyright:: Copyright 2014-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/process.rb b/lib/chef/win32/api/process.rb
index 862fe23b52..3568b7e76c 100644
--- a/lib/chef/win32/api/process.rb
+++ b/lib/chef/win32/api/process.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/psapi.rb b/lib/chef/win32/api/psapi.rb
index 0226e2a952..9deb68d92e 100644
--- a/lib/chef/win32/api/psapi.rb
+++ b/lib/chef/win32/api/psapi.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/lib/chef/win32/api/security.rb b/lib/chef/win32/api/security.rb
index 16eee51053..61c65971be 100644
--- a/lib/chef/win32/api/security.rb
+++ b/lib/chef/win32/api/security.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/synchronization.rb b/lib/chef/win32/api/synchronization.rb
index 6f64d532f2..9b5d5c6ab9 100644
--- a/lib/chef/win32/api/synchronization.rb
+++ b/lib/chef/win32/api/synchronization.rb
@@ -1,5 +1,5 @@
#
-# Author:: Serdar Sutay (<serdar@opscode.com>)
+# Author:: Serdar Sutay (<serdar@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/api/system.rb b/lib/chef/win32/api/system.rb
index ca4e952833..732ed073e6 100644
--- a/lib/chef/win32/api/system.rb
+++ b/lib/chef/win32/api/system.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/lib/chef/win32/api/unicode.rb b/lib/chef/win32/api/unicode.rb
index 7199d905cd..21ddde2865 100644
--- a/lib/chef/win32/api/unicode.rb
+++ b/lib/chef/win32/api/unicode.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/lib/chef/win32/error.rb b/lib/chef/win32/error.rb
index c9109dafda..1b3c104e85 100644
--- a/lib/chef/win32/error.rb
+++ b/lib/chef/win32/error.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/file.rb b/lib/chef/win32/file.rb
index a98a9855dd..a0aa34d481 100644
--- a/lib/chef/win32/file.rb
+++ b/lib/chef/win32/file.rb
@@ -1,5 +1,5 @@
#
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
+# Author:: Seth Chisamore (<schisamo@chef.io>)
# Author:: Mark Mzyk (<mmzyk@ospcode.com>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
diff --git a/lib/chef/win32/file/info.rb b/lib/chef/win32/file/info.rb
index 2a909c6fcf..010bf80079 100644
--- a/lib/chef/win32/file/info.rb
+++ b/lib/chef/win32/file/info.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/lib/chef/win32/handle.rb b/lib/chef/win32/handle.rb
index 4760bfa0a7..3ebb6983c4 100644
--- a/lib/chef/win32/handle.rb
+++ b/lib/chef/win32/handle.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/memory.rb b/lib/chef/win32/memory.rb
index 5821c21724..49dcdfbd41 100644
--- a/lib/chef/win32/memory.rb
+++ b/lib/chef/win32/memory.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/mutex.rb b/lib/chef/win32/mutex.rb
index 540cc69c46..a14a160f56 100644
--- a/lib/chef/win32/mutex.rb
+++ b/lib/chef/win32/mutex.rb
@@ -1,5 +1,5 @@
#
-# 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/win32/process.rb b/lib/chef/win32/process.rb
index 2e5b6708e3..76e526340b 100644
--- a/lib/chef/win32/process.rb
+++ b/lib/chef/win32/process.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/registry.rb b/lib/chef/win32/registry.rb
index bfd0a8e3ef..4113e5eb2b 100644
--- a/lib/chef/win32/registry.rb
+++ b/lib/chef/win32/registry.rb
@@ -1,6 +1,6 @@
#
-# Author:: Prajakta Purohit (<prajakta@opscode.com>)
-# Author:: Lamont Granquist (<lamont@opscode.com>)
+# Author:: Prajakta Purohit (<prajakta@chef.io>)
+# Author:: Lamont Granquist (<lamont@chef.io>)
#
# Copyright:: Copyright 2012-2016, Chef Software Inc.
#
diff --git a/lib/chef/win32/security.rb b/lib/chef/win32/security.rb
index 331258c4be..13b4604469 100644
--- a/lib/chef/win32/security.rb
+++ b/lib/chef/win32/security.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/security/ace.rb b/lib/chef/win32/security/ace.rb
index d38d450b92..d593513983 100644
--- a/lib/chef/win32/security/ace.rb
+++ b/lib/chef/win32/security/ace.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/security/acl.rb b/lib/chef/win32/security/acl.rb
index 70b928868c..86c6e05bd2 100644
--- a/lib/chef/win32/security/acl.rb
+++ b/lib/chef/win32/security/acl.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/security/securable_object.rb b/lib/chef/win32/security/securable_object.rb
index 415910b174..aef1a72c8c 100644
--- a/lib/chef/win32/security/securable_object.rb
+++ b/lib/chef/win32/security/securable_object.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/security/security_descriptor.rb b/lib/chef/win32/security/security_descriptor.rb
index e69bc1a8d8..8bfd8b8287 100644
--- a/lib/chef/win32/security/security_descriptor.rb
+++ b/lib/chef/win32/security/security_descriptor.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/security/sid.rb b/lib/chef/win32/security/sid.rb
index 4c0aa5d571..0219aa6eb1 100644
--- a/lib/chef/win32/security/sid.rb
+++ b/lib/chef/win32/security/sid.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/security/token.rb b/lib/chef/win32/security/token.rb
index 878ea397e0..f8b6790d44 100644
--- a/lib/chef/win32/security/token.rb
+++ b/lib/chef/win32/security/token.rb
@@ -1,5 +1,5 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/unicode.rb b/lib/chef/win32/unicode.rb
index 7edacaca8f..a7509115c0 100644
--- a/lib/chef/win32/unicode.rb
+++ b/lib/chef/win32/unicode.rb
@@ -1,6 +1,6 @@
#
-# Author:: John Keiser (<jkeiser@opscode.com>)
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
+# Author:: John Keiser (<jkeiser@chef.io>)
+# Author:: Seth Chisamore (<schisamo@chef.io>)
# Copyright:: Copyright 2011-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/lib/chef/win32/version.rb b/lib/chef/win32/version.rb
index 89ac2067a0..abd9916b3a 100644
--- a/lib/chef/win32/version.rb
+++ b/lib/chef/win32/version.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
#