diff options
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r-- | lib/chef/dsl/audit.rb | 2 | ||||
-rw-r--r-- | lib/chef/dsl/data_query.rb | 2 | ||||
-rw-r--r-- | lib/chef/dsl/declare_resource.rb | 4 | ||||
-rw-r--r-- | lib/chef/dsl/include_attribute.rb | 2 | ||||
-rw-r--r-- | lib/chef/dsl/include_recipe.rb | 2 | ||||
-rw-r--r-- | lib/chef/dsl/platform_introspection.rb | 2 | ||||
-rw-r--r-- | lib/chef/dsl/reboot_pending.rb | 2 | ||||
-rw-r--r-- | lib/chef/dsl/recipe.rb | 4 | ||||
-rw-r--r-- | lib/chef/dsl/registry_helper.rb | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/lib/chef/dsl/audit.rb b/lib/chef/dsl/audit.rb index 6ac3a9d092..98271dc5cb 100644 --- a/lib/chef/dsl/audit.rb +++ b/lib/chef/dsl/audit.rb @@ -1,5 +1,5 @@ # -# Author:: Tyler Ball (<tball@getchef.com>) +# Author:: Tyler Ball (<tball@chef.io>) # Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/data_query.rb b/lib/chef/dsl/data_query.rb index 24ea61680f..865d914d13 100644 --- a/lib/chef/dsl/data_query.rb +++ b/lib/chef/dsl/data_query.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 # diff --git a/lib/chef/dsl/declare_resource.rb b/lib/chef/dsl/declare_resource.rb index e6765513ee..91fe62c263 100644 --- a/lib/chef/dsl/declare_resource.rb +++ b/lib/chef/dsl/declare_resource.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, 2009-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/include_attribute.rb b/lib/chef/dsl/include_attribute.rb index 8bb1d48339..b1b9dc4dac 100644 --- a/lib/chef/dsl/include_attribute.rb +++ b/lib/chef/dsl/include_attribute.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 # diff --git a/lib/chef/dsl/include_recipe.rb b/lib/chef/dsl/include_recipe.rb index f847032b2f..9abd7d135b 100644 --- a/lib/chef/dsl/include_recipe.rb +++ b/lib/chef/dsl/include_recipe.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 # diff --git a/lib/chef/dsl/platform_introspection.rb b/lib/chef/dsl/platform_introspection.rb index 385f3bdd4d..a3a978d418 100644 --- a/lib/chef/dsl/platform_introspection.rb +++ b/lib/chef/dsl/platform_introspection.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 # diff --git a/lib/chef/dsl/reboot_pending.rb b/lib/chef/dsl/reboot_pending.rb index ffb5a6062b..c3cf9a9a51 100644 --- a/lib/chef/dsl/reboot_pending.rb +++ b/lib/chef/dsl/reboot_pending.rb @@ -1,5 +1,5 @@ # Author:: Bryan McLellan <btm@loftninjas.org> -# 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/dsl/recipe.rb b/lib/chef/dsl/recipe.rb index c1236a221d..6d254df48d 100644 --- a/lib/chef/dsl/recipe.rb +++ b/lib/chef/dsl/recipe.rb @@ -1,6 +1,6 @@ #-- -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Walters (<cw@opscode.com>) +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Walters (<cw@chef.io>) # Copyright:: Copyright 2008-2016, 2009-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # diff --git a/lib/chef/dsl/registry_helper.rb b/lib/chef/dsl/registry_helper.rb index a8d6157d33..256b4eca1e 100644 --- a/lib/chef/dsl/registry_helper.rb +++ b/lib/chef/dsl/registry_helper.rb @@ -1,5 +1,5 @@ # -# Author:: Lamont Granquist (<lamont@opscode.com>) +# Author:: Lamont Granquist (<lamont@chef.io>) # Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # |