From 86869f9aba02d8b40b3ee8c84f0cfaf50295a96e Mon Sep 17 00:00:00 2001 From: Claire McQuin Date: Thu, 3 Sep 2015 13:14:14 -0700 Subject: Add file header. --- lib/chef/monkey_patches/win32/registry.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/chef/monkey_patches/win32/registry.rb b/lib/chef/monkey_patches/win32/registry.rb index 9471777c57..5ebe67c45d 100644 --- a/lib/chef/monkey_patches/win32/registry.rb +++ b/lib/chef/monkey_patches/win32/registry.rb @@ -1,3 +1,19 @@ +# +# Copyright:: Copyright 2015 Chef Software, Inc. +# 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/win32/api/registry' require 'chef/win32/unicode' -- cgit v1.2.1