diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 15:23:17 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 15:23:17 -0800 |
commit | b91f7edaa062c7e59fb01c27b6b7fb1ad7e50571 (patch) | |
tree | 1b4e69928361241f8371ef9ffa0e537e3e480ddb /spec/unit | |
parent | 220b5a65ed21015f2704e5b344d95e304fcefd87 (diff) | |
download | chef-b91f7edaa062c7e59fb01c27b6b7fb1ad7e50571.tar.gz |
Update for chef.io domain in copyright lines too.
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/mixin/homebrew_user_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/provider/package/homebrew_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/resource/homebrew_package_spec.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/mixin/homebrew_user_spec.rb b/spec/unit/mixin/homebrew_user_spec.rb index a90f131521..de72f6b935 100644 --- a/spec/unit/mixin/homebrew_user_spec.rb +++ b/spec/unit/mixin/homebrew_user_spec.rb @@ -1,7 +1,7 @@ # # Author:: Joshua Timberman (<joshua@chef.io>) # -# Copyright 2014-2016, Chef Software, Inc <legal@getchef.com> +# Copyright 2014-2016, Chef Software, Inc <legal@chef.io> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/spec/unit/provider/package/homebrew_spec.rb b/spec/unit/provider/package/homebrew_spec.rb index 940afcb0c4..ab842eea60 100644 --- a/spec/unit/provider/package/homebrew_spec.rb +++ b/spec/unit/provider/package/homebrew_spec.rb @@ -1,6 +1,6 @@ # # Author:: Joshua Timberman (<joshua@chef.io>) -# Copyright 2014-2016, Chef Software, Inc. <legal@getchef.com> +# Copyright 2014-2016, Chef Software, Inc. <legal@chef.io> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/spec/unit/resource/homebrew_package_spec.rb b/spec/unit/resource/homebrew_package_spec.rb index 05923a8566..dad9573971 100644 --- a/spec/unit/resource/homebrew_package_spec.rb +++ b/spec/unit/resource/homebrew_package_spec.rb @@ -1,6 +1,6 @@ # # Author:: Joshua Timberman (<joshua@chef.io>) -# Copyright 2014-2016, Chef Software, Inc. <legal@getchef.com> +# Copyright 2014-2016, Chef Software, Inc. <legal@chef.io> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |