Use MIT as default cookbook license #119

Manually merged
greg merged 2 commits from chore/default_license into master 2019-12-27 15:32:14 +00:00
Showing only changes of commit 8d78d41af7 - Show all commits

View File

@ -8,8 +8,8 @@ data_bag_path "data_bags"
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
local_mode true # Chef local mode, replacing Solo
cookbook_copyright 'Kosmos'
cookbook_license 'none'
cookbook_copyright 'Kosmos Developers'
cookbook_license 'MIT'
cookbook_email 'mail@kosmos.org'
# Knife-Zero config, see https://knife-zero.github.io/40_configuration/