diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-26 18:59:41 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-26 18:59:41 -0700 |
commit | ab77fa180e5a044f220cd6a127e01b74518a35c7 (patch) | |
tree | 75a8813203651af1018fa71953c9c69e4cc06c31 /lib/chef/knife/serve.rb | |
parent | 4e39c729c5981067c028bd3abcb50b066d760a28 (diff) | |
download | chef-ab77fa180e5a044f220cd6a127e01b74518a35c7.tar.gz |
Add missing knife license headers
Fix some spacing as well
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/serve.rb')
-rw-r--r-- | lib/chef/knife/serve.rb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/chef/knife/serve.rb b/lib/chef/knife/serve.rb index 95996e6d1e..cac7fe8884 100644 --- a/lib/chef/knife/serve.rb +++ b/lib/chef/knife/serve.rb @@ -1,3 +1,19 @@ +# +# License:: Apache License, Version 2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + require "chef/knife" require "chef/local_mode" |