From 220b5a65ed21015f2704e5b344d95e304fcefd87 Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Tue, 2 Feb 2016 14:53:28 -0800 Subject: 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" --- lib/chef/win32/api.rb | 4 ++-- lib/chef/win32/api/error.rb | 2 +- lib/chef/win32/api/file.rb | 2 +- lib/chef/win32/api/memory.rb | 2 +- lib/chef/win32/api/net.rb | 2 +- lib/chef/win32/api/process.rb | 2 +- lib/chef/win32/api/psapi.rb | 2 +- lib/chef/win32/api/security.rb | 2 +- lib/chef/win32/api/synchronization.rb | 2 +- lib/chef/win32/api/system.rb | 2 +- lib/chef/win32/api/unicode.rb | 2 +- lib/chef/win32/error.rb | 2 +- lib/chef/win32/file.rb | 2 +- lib/chef/win32/file/info.rb | 2 +- lib/chef/win32/handle.rb | 2 +- lib/chef/win32/memory.rb | 2 +- lib/chef/win32/mutex.rb | 2 +- lib/chef/win32/process.rb | 2 +- lib/chef/win32/registry.rb | 4 ++-- lib/chef/win32/security.rb | 2 +- lib/chef/win32/security/ace.rb | 2 +- lib/chef/win32/security/acl.rb | 2 +- lib/chef/win32/security/securable_object.rb | 2 +- lib/chef/win32/security/security_descriptor.rb | 2 +- lib/chef/win32/security/sid.rb | 2 +- lib/chef/win32/security/token.rb | 2 +- lib/chef/win32/unicode.rb | 4 ++-- lib/chef/win32/version.rb | 2 +- 28 files changed, 31 insertions(+), 31 deletions(-) (limited to 'lib/chef/win32') 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 () -# Author:: John Keiser () +# Author:: Seth Chisamore () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: Seth Chisamore () # Author:: Mark Mzyk () # 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 () +# Author:: John Keiser () # 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 () +# Author:: Serdar Sutay () # 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 () +# Author:: John Keiser () # 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 () +# Author:: Seth Chisamore () # 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 () +# Author:: John Keiser () # 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 () +# Author:: Serdar Sutay () # 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 () +# Author:: Seth Chisamore () # 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 () +# Author:: Seth Chisamore () # 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 () +# Author:: John Keiser () # 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 () +# Author:: Seth Chisamore () # Author:: Mark Mzyk () # 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 () +# Author:: Seth Chisamore () # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: Serdar Sutay () # 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 () +# Author:: John Keiser () # 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 () -# Author:: Lamont Granquist () +# Author:: Prajakta Purohit () +# Author:: Lamont Granquist () # # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () +# Author:: John Keiser () # 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 () -# Author:: Seth Chisamore () +# Author:: John Keiser () +# Author:: Seth Chisamore () # 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 () +# Author:: Seth Chisamore () # Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # -- cgit v1.2.1