diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-01 22:12:43 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-01 22:12:43 -0800 |
commit | 1fccbaa9810383722e62317c38430103d365ebc4 (patch) | |
tree | 9a4e552ccba049f61fb3666088a9c36702dcca42 /spec | |
parent | e3bc40efeaff3b9b3e638a2669dcea5897ca9fe7 (diff) | |
download | mixlib-log-1fccbaa9810383722e62317c38430103d365ebc4.tar.gz |
Opscode -> Chef
Diffstat (limited to 'spec')
-rw-r--r-- | spec/mixlib/log/formatter_spec.rb | 4 | ||||
-rw-r--r-- | spec/mixlib/log_spec.rb | 6 | ||||
-rw-r--r-- | spec/spec_helper.rb | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/spec/mixlib/log/formatter_spec.rb b/spec/mixlib/log/formatter_spec.rb index 1f9c1e5..c911639 100644 --- a/spec/mixlib/log/formatter_spec.rb +++ b/spec/mixlib/log/formatter_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob (<adam@chef.io>) +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mixlib/log_spec.rb b/spec/mixlib/log_spec.rb index 640ae81..25c97b2 100644 --- a/spec/mixlib/log_spec.rb +++ b/spec/mixlib/log_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c26a4f0..f539f8b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob (<adam@opscode.com>) -# Author:: Christopher Brown (<cb@opscode.com>) -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob (<adam@chef.io>) +# Author:: Christopher Brown (<cb@chef.io>) +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc.. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |