summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-10-15 09:21:54 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2014-10-22 13:03:27 -0700
commitf3e117537837b8072da3cf55461f51c4c9b82230 (patch)
tree728418de2358beb8604f17b9281f37a925d4f46b
parentf2496983a252262aaa0054abc94a1632cef5342d (diff)
downloadchef-f3e117537837b8072da3cf55461f51c4c9b82230.tar.gz
Adding missing headers
-rw-r--r--lib/chef/logging/eventlog.rb18
-rw-r--r--lib/chef/logging/windows_eventlog.rb18
2 files changed, 36 insertions, 0 deletions
diff --git a/lib/chef/logging/eventlog.rb b/lib/chef/logging/eventlog.rb
index 2c74cdbdb0..7157785d32 100644
--- a/lib/chef/logging/eventlog.rb
+++ b/lib/chef/logging/eventlog.rb
@@ -1,3 +1,21 @@
+#
+# Author:: Jay Mundrawala (<jdm@getchef.com>)
+#
+# Copyright:: 2014, Chef Software, Inc.
+#
+# 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/event_dispatch/base'
class Chef
diff --git a/lib/chef/logging/windows_eventlog.rb b/lib/chef/logging/windows_eventlog.rb
index 3f20e90dc1..fc444414b5 100644
--- a/lib/chef/logging/windows_eventlog.rb
+++ b/lib/chef/logging/windows_eventlog.rb
@@ -1,3 +1,21 @@
+#
+# Author:: Jay Mundrawala (<jdm@getchef.com>)
+#
+# Copyright:: 2014, Chef Software, Inc.
+#
+# 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/logging/eventlog'
require 'chef/platform/query_helpers'