summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@chef.io>2015-09-03 13:14:14 -0700
committerClaire McQuin <claire@chef.io>2015-09-03 13:14:14 -0700
commit86869f9aba02d8b40b3ee8c84f0cfaf50295a96e (patch)
tree18f613599b1d77f2a780c896db827dc0e49290b1
parent25b77f4e175e8a56865d3c908f29147c6d41c93a (diff)
downloadchef-mcquin/monkeypatch-win32-registry-delete.tar.gz
-rw-r--r--lib/chef/monkey_patches/win32/registry.rb16
1 files changed, 16 insertions, 0 deletions
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'