summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2014-01-13 11:25:04 -0800
committerdanielsdeleo <dan@opscode.com>2014-01-14 17:51:37 -0800
commit848b59d0fd711eb4304999c2b7a1c4afd39060dc (patch)
treeb279f97deaec810e7ae12c69454181f85c32adb6
parentcc8a504d26c882b688004e8a9627a103d2fa3f53 (diff)
downloadchef-848b59d0fd711eb4304999c2b7a1c4afd39060dc.tar.gz
Add license header to policy_builder file
-rw-r--r--lib/chef/policy_builder.rb21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/chef/policy_builder.rb b/lib/chef/policy_builder.rb
index bc91cfff83..921271a738 100644
--- a/lib/chef/policy_builder.rb
+++ b/lib/chef/policy_builder.rb
@@ -1,3 +1,24 @@
+#
+# Author:: Adam Jacob (<adam@opscode.com>)
+# Author:: Tim Hinderliter (<tim@opscode.com>)
+# Author:: Christopher Walters (<cw@opscode.com>)
+# Author:: Daniel DeLeo (<dan@getchef.com>)
+# Copyright:: Copyright 2008-2014 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/log'
require 'chef/rest'
require 'chef/run_context'