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 /bin | |
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 'bin')
-rwxr-xr-x | bin/chef-client | 2 | ||||
-rwxr-xr-x | bin/chef-solo | 2 | ||||
-rwxr-xr-x | bin/chef-windows-service | 2 | ||||
-rwxr-xr-x | bin/knife | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/chef-client b/bin/chef-client index ad881c719e..207bb8941f 100755 --- a/bin/chef-client +++ b/bin/chef-client @@ -2,7 +2,7 @@ # # ./chef-client - Run the chef client # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/bin/chef-solo b/bin/chef-solo index f473d5d2e4..23def86a11 100755 --- a/bin/chef-solo +++ b/bin/chef-solo @@ -2,7 +2,7 @@ # # ./chef-solo - Run the chef client, in stand-alone mode # -# Author:: AJ Christensen (<aj@opscode.com>) +# Author:: AJ Christensen (<aj@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/bin/chef-windows-service b/bin/chef-windows-service index ffc4676fda..8beb97c54e 100755 --- a/bin/chef-windows-service +++ b/bin/chef-windows-service @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# Author:: Jay Mundrawala (<jdm@getchef.com>) +# Author:: Jay Mundrawala (<jdm@chef.io>) # # Copyright:: 2014, Chef Software, Inc. # @@ -2,7 +2,7 @@ # # ./knife - Chef CLI interface # -# 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 # |