diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:50:29 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:50:29 -0800 |
commit | 5e7af20bf4372b908916f3e816614fcfe19491de (patch) | |
tree | 61bb9648130d479d2691545624c33714bb6ecd35 /lib/chef/formatters | |
parent | b5f6beffe7926aa965c0d7186f01943d01dd06dd (diff) | |
download | chef-5e7af20bf4372b908916f3e816614fcfe19491de.tar.gz |
Replace all Opscode copyrights with Chef Software.
Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
Diffstat (limited to 'lib/chef/formatters')
-rw-r--r-- | lib/chef/formatters/base.rb | 2 | ||||
-rw-r--r-- | lib/chef/formatters/error_descriptor.rb | 2 | ||||
-rw-r--r-- | lib/chef/formatters/error_inspectors/compile_error_inspector.rb | 2 | ||||
-rw-r--r-- | lib/chef/formatters/error_inspectors/resource_failure_inspector.rb | 2 | ||||
-rw-r--r-- | lib/chef/formatters/error_mapper.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/formatters/base.rb b/lib/chef/formatters/base.rb index 04ec75e43d..de172aeed6 100644 --- a/lib/chef/formatters/base.rb +++ b/lib/chef/formatters/base.rb @@ -1,7 +1,7 @@ # # Author:: Tyler Cloke (<tyler@opscode.com>) # -# Copyright:: Copyright 2012-2016, Opscode, Inc. +# Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/formatters/error_descriptor.rb b/lib/chef/formatters/error_descriptor.rb index 2f9c8673de..41d016a425 100644 --- a/lib/chef/formatters/error_descriptor.rb +++ b/lib/chef/formatters/error_descriptor.rb @@ -1,7 +1,7 @@ # # Author:: Tyler Cloke (<tyler@opscode.com>) # -# Copyright:: Copyright 2012-2016, Opscode, Inc. +# Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/formatters/error_inspectors/compile_error_inspector.rb b/lib/chef/formatters/error_inspectors/compile_error_inspector.rb index 65ac76cfab..67cc7fc5e5 100644 --- a/lib/chef/formatters/error_inspectors/compile_error_inspector.rb +++ b/lib/chef/formatters/error_inspectors/compile_error_inspector.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo (<dan@opscode.com>) -# Copyright:: Copyright 2012-2016, Opscode, Inc. +# Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb index 12d6c4a99d..730486c40e 100644 --- a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +++ b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb @@ -1,7 +1,7 @@ #-- # Author:: Daniel DeLeo (<dan@opscode.com>) # Author:: Tyler Cloke (<tyler@opscode.com>) -# Copyright:: Copyright 2012-2016, Opscode, Inc. +# Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/formatters/error_mapper.rb b/lib/chef/formatters/error_mapper.rb index 774d3e3d87..9b8eb3515d 100644 --- a/lib/chef/formatters/error_mapper.rb +++ b/lib/chef/formatters/error_mapper.rb @@ -1,6 +1,6 @@ #-- # Author:: Tyler Cloke (<tyler@opscode.com>) -# Copyright:: Copyright 2012-2016, Opscode, Inc. +# Copyright:: Copyright 2012-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |