summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2019-05-08 12:07:09 -0400
committerBryan McLellan <btm@loftninjas.org>2019-05-08 12:07:09 -0400
commit0193933a8a2f2d4b062b0d3c6c1d42e638d63e6d (patch)
treeb273e4298b73b3ea1e31a4d596b147775434d163 /omnibus
parent49bf045c8b7f223e5cf324847889222f8ee6145a (diff)
downloadchef-0193933a8a2f2d4b062b0d3c6c1d42e638d63e6d.tar.gz
Update the omnibus build license to the Chef EULA
The resulting distribuions are licensed under the Chef EULA. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/config/projects/chef.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 4efaa57424..53e08e457a 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -18,8 +18,8 @@ name "chef"
friendly_name "Chef Client"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.chef.io"
-license "Apache-2.0"
-license_file "../LICENSE"
+license "Chef EULA"
+license_file "https://www.chef.io/end-user-license-agreement/"
build_iteration 1
# Do not use __FILE__ after this point, use current_file. If you use __FILE__