Skip to content

Commit

Permalink
Update all auth email address from opscode.com and getchef.com to che…
Browse files Browse the repository at this point in the history
…f.io.

Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
  • Loading branch information
coderanger committed Feb 2, 2016
1 parent 5e7af20 commit 220b5a6
Show file tree
Hide file tree
Showing 803 changed files with 1,018 additions and 1,018 deletions.
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@opscode.com>)
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Daniel DeLeo (<dan@chef.io>)
# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion bin/chef-client
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion bin/chef-solo
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion 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.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/knife
Expand Up @@ -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
#
Expand Down
8 changes: 4 additions & 4 deletions chef-config/lib/chef-config/config.rb
@@ -1,8 +1,8 @@
#
# Author:: Adam Jacob (<adam@opscode.com>)
# Author:: Christopher Brown (<cb@opscode.com>)
# Author:: AJ Christensen (<aj@opscode.com>)
# Author:: Mark Mzyk (<mmzyk@opscode.com>)
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Christopher Brown (<cb@chef.io>)
# Author:: AJ Christensen (<aj@chef.io>)
# Author:: Mark Mzyk (<mmzyk@chef.io>)
# Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>)
# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion chef-config/spec/unit/config_spec.rb
@@ -1,5 +1,5 @@
#
# Author:: Adam Jacob (<adam@opscode.com>)
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>)
# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion chef-config/spec/unit/workstation_config_loader_spec.rb
@@ -1,5 +1,5 @@
#
# Author:: Daniel DeLeo (<dan@getchef.com>)
# Author:: Daniel DeLeo (<dan@chef.io>)
# Copyright:: Copyright 2014-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef.rb
@@ -1,5 +1,5 @@
#
# Author:: Adam Jacob (<adam@opscode.com>)
# Author:: Adam Jacob (<adam@chef.io>)
# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
4 changes: 2 additions & 2 deletions lib/chef/api_client.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@opscode.com>)
# Author:: Nuo Yan (<nuo@opscode.com>)
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Nuo Yan (<nuo@chef.io>)
# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/api_client/registration.rb
@@ -1,5 +1,5 @@
#
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Author:: Daniel DeLeo (<dan@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/application.rb
@@ -1,5 +1,5 @@
#
# Author:: AJ Christensen (<aj@opscode.com>)
# Author:: AJ Christensen (<aj@chef.io>)
# Author:: Mark Mzyk (mmzyk@opscode.com)
# Copyright:: Copyright 2008-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/application/client.rb
@@ -1,6 +1,6 @@
#
# Author:: AJ Christensen (<aj@opscode.com)
# Author:: Christopher Brown (<cb@opscode.com>)
# Author:: Christopher Brown (<cb@chef.io>)
# Author:: Mark Mzyk (mmzyk@opscode.com)
# Copyright:: Copyright 2008-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/application/solo.rb
@@ -1,5 +1,5 @@
#
# Author:: AJ Christensen (<aj@opscode.com>)
# Author:: AJ Christensen (<aj@chef.io>)
# Author:: Mark Mzyk (mmzyk@opscode.com)
# Copyright:: Copyright 2008-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/application/windows_service_manager.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
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/audit/runner.rb
@@ -1,5 +1,5 @@
#
# Author:: Claire McQuin (<claire@getchef.com>)
# Author:: Claire McQuin (<claire@chef.io>)
# Copyright:: Copyright 2014-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/chef_fs_data_store.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/command_line.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/config.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_pattern.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/already_exists_error.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/base_fs_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/base_fs_object.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/acl_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2013-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/acl_entry.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2013-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/acls_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2013-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2013-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/cookbooks_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/data_bag_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/data_bags_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/nodes_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2013-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/policies_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/chef_server/rest_list_dir.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/cookbook_frozen_error.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/file_system_error.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/nonexistent_fs_object.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/not_found_error.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/chef_fs/file_system/operation_failed_error.rb
@@ -1,5 +1,5 @@
#
# Author:: John Keiser (<jkeiser@opscode.com>)
# Author:: John Keiser (<jkeiser@chef.io>)
# Copyright:: Copyright 2012-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
Expand Down

0 comments on commit 220b5a6

Please sign in to comment.