From 5e7af20bf4372b908916f3e816614fcfe19491de Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Tue, 2 Feb 2016 14:50:29 -0800 Subject: 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" --- lib/chef/shell/model_wrapper.rb | 2 +- lib/chef/shell/shell_session.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chef/shell') diff --git a/lib/chef/shell/model_wrapper.rb b/lib/chef/shell/model_wrapper.rb index 0681d81e8d..b3677a9caa 100644 --- a/lib/chef/shell/model_wrapper.rb +++ b/lib/chef/shell/model_wrapper.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo () -# Copyright:: Copyright 2010-2016, Opscode, Inc. +# Copyright:: Copyright 2010-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/shell/shell_session.rb b/lib/chef/shell/shell_session.rb index 1229d47ea1..9fd09e4168 100644 --- a/lib/chef/shell/shell_session.rb +++ b/lib/chef/shell/shell_session.rb @@ -2,7 +2,7 @@ # Author:: Daniel DeLeo () # Author:: Tim Hinderliter () # Copyright:: Copyright 2009-2016, Daniel DeLeo -# Copyright:: Copyright 2011-2016, Opscode, Inc. +# Copyright:: Copyright 2011-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1