diff options
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 # |