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 /spec/unit/util | |
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 'spec/unit/util')
-rw-r--r-- | spec/unit/util/backup_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/util/diff_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/util/file_edit_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/util/selinux_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/util/threaded_job_queue_spec.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/spec/unit/util/backup_spec.rb b/spec/unit/util/backup_spec.rb index 32b29e3135..93675ad3f9 100644 --- a/spec/unit/util/backup_spec.rb +++ b/spec/unit/util/backup_spec.rb @@ -1,6 +1,6 @@ # # Author:: Lamont Granquist (<lamont@opscode.com>) -# Copyright:: Copyright 2013-2016, Opscode, Inc. +# Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/util/diff_spec.rb b/spec/unit/util/diff_spec.rb index ea339d0fec..4a656f3818 100644 --- a/spec/unit/util/diff_spec.rb +++ b/spec/unit/util/diff_spec.rb @@ -1,6 +1,6 @@ # # Author:: Lamont Granquist (<lamont@opscode.com>) -# Copyright:: Copyright 2013-2016, Opscode, Inc. +# Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/util/file_edit_spec.rb b/spec/unit/util/file_edit_spec.rb index babf466a49..7af1da00cd 100644 --- a/spec/unit/util/file_edit_spec.rb +++ b/spec/unit/util/file_edit_spec.rb @@ -1,6 +1,6 @@ # # Author:: Nuo Yan (<nuo@opscode.com>) -# Copyright:: Copyright 2008-2016, Opscode, Inc. +# Copyright:: Copyright 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/unit/util/selinux_spec.rb b/spec/unit/util/selinux_spec.rb index eb06e1e835..953471d0d8 100644 --- a/spec/unit/util/selinux_spec.rb +++ b/spec/unit/util/selinux_spec.rb @@ -1,6 +1,6 @@ # # Author:: Serdar Sutay (<serdar@opscode.com>) -# Copyright:: Copyright 2013-2016, Opscode, Inc. +# Copyright:: Copyright 2013-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/util/threaded_job_queue_spec.rb b/spec/unit/util/threaded_job_queue_spec.rb index c90d1b75e0..8a89943a8a 100644 --- a/spec/unit/util/threaded_job_queue_spec.rb +++ b/spec/unit/util/threaded_job_queue_spec.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright 2014-2016, Opscode, Inc. +# Copyright:: Copyright 2014-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |