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 | |
parent | 220b5a65ed21015f2704e5b344d95e304fcefd87 (diff) | |
download | chef-b91f7edaa062c7e59fb01c27b6b7fb1ad7e50571.tar.gz |
Update for chef.io domain in copyright lines too.
-rw-r--r-- | NOTICE | 4 | ||||
-rw-r--r-- | lib/chef/mixin/homebrew_user.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/package/homebrew.rb | 2 | ||||
-rw-r--r-- | lib/chef/resource/homebrew_package.rb | 2 | ||||
-rw-r--r-- | spec/data/apt/chef-integration-test-1.0/debian/copyright | 2 | ||||
-rw-r--r-- | spec/data/apt/chef-integration-test-1.1/debian/copyright | 2 | ||||
-rw-r--r-- | spec/data/apt/chef-integration-test2-1.0/debian/copyright | 2 | ||||
-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 |
10 files changed, 11 insertions, 11 deletions
@@ -5,12 +5,12 @@ Developed at Opscode (http://www.opscode.com). Contributors and Copyright holders: - * Copyright 2008-2016, Adam Jacob <adam@opscode.com> + * Copyright 2008-2016, Adam Jacob <adam@chef.io> * Copyright 2008-2016, Arjuna Christensen <aj@hjksolutions.com> * Copyright 2008-2016, Bryan McLellan <btm@loftninjas.org> * Copyright 2008-2016, Ezra Zygmuntowicz <ezra@engineyard.com> * Copyright 2009-2016, Sean Cribbs <seancribbs@gmail.com> - * Copyright 2009-2016, Christopher Brown <cb@opscode.com> + * Copyright 2009-2016, Christopher Brown <cb@chef.io> * Copyright 2009-2016, Thom May <thom@clearairturbulence.org> * Copyright 2009-2016, Joe Williams <joe@joetify.com> diff --git a/lib/chef/mixin/homebrew_user.rb b/lib/chef/mixin/homebrew_user.rb index 99a2f92944..888c1bcbfd 100644 --- a/lib/chef/mixin/homebrew_user.rb +++ b/lib/chef/mixin/homebrew_user.rb @@ -3,7 +3,7 @@ # Author:: Graeme Mathieson (<mathie@woss.name>) # # Copyright 2011-2016, Chef Software Inc. -# 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/lib/chef/provider/package/homebrew.rb b/lib/chef/provider/package/homebrew.rb index 3085c0524e..c032881e70 100644 --- a/lib/chef/provider/package/homebrew.rb +++ b/lib/chef/provider/package/homebrew.rb @@ -3,7 +3,7 @@ # Author:: Graeme Mathieson (<mathie@woss.name>) # # Copyright 2011-2016, Chef Software Inc. -# 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/lib/chef/resource/homebrew_package.rb b/lib/chef/resource/homebrew_package.rb index 34c662a4e5..c2d0a65c5b 100644 --- a/lib/chef/resource/homebrew_package.rb +++ b/lib/chef/resource/homebrew_package.rb @@ -3,7 +3,7 @@ # Author:: Graeme Mathieson (<mathie@woss.name>) # # Copyright 2011-2016, Chef Software Inc. -# 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/data/apt/chef-integration-test-1.0/debian/copyright b/spec/data/apt/chef-integration-test-1.0/debian/copyright index 8be7054c85..e840a11cca 100644 --- a/spec/data/apt/chef-integration-test-1.0/debian/copyright +++ b/spec/data/apt/chef-integration-test-1.0/debian/copyright @@ -26,7 +26,7 @@ License: The Debian packaging is: - Copyright 2010-2016, Chef Software Inc. (<legal@opscode.com>) + Copyright 2010-2016, Chef Software Inc. (<legal@chef.io>) and is licensed under the Apache 2.0 license. diff --git a/spec/data/apt/chef-integration-test-1.1/debian/copyright b/spec/data/apt/chef-integration-test-1.1/debian/copyright index 8be7054c85..e840a11cca 100644 --- a/spec/data/apt/chef-integration-test-1.1/debian/copyright +++ b/spec/data/apt/chef-integration-test-1.1/debian/copyright @@ -26,7 +26,7 @@ License: The Debian packaging is: - Copyright 2010-2016, Chef Software Inc. (<legal@opscode.com>) + Copyright 2010-2016, Chef Software Inc. (<legal@chef.io>) and is licensed under the Apache 2.0 license. diff --git a/spec/data/apt/chef-integration-test2-1.0/debian/copyright b/spec/data/apt/chef-integration-test2-1.0/debian/copyright index 8be7054c85..e840a11cca 100644 --- a/spec/data/apt/chef-integration-test2-1.0/debian/copyright +++ b/spec/data/apt/chef-integration-test2-1.0/debian/copyright @@ -26,7 +26,7 @@ License: The Debian packaging is: - Copyright 2010-2016, Chef Software Inc. (<legal@opscode.com>) + Copyright 2010-2016, Chef Software Inc. (<legal@chef.io>) and is licensed under the Apache 2.0 license. 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. |