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/knife/user_list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/knife/user_list.rb') diff --git a/lib/chef/knife/user_list.rb b/lib/chef/knife/user_list.rb index 0befbd88c7..12dbe47f3d 100644 --- a/lib/chef/knife/user_list.rb +++ b/lib/chef/knife/user_list.rb @@ -1,6 +1,6 @@ # # Author:: Steven Danna () -# 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"); -- cgit v1.2.1