From 8d78d41af74184340e03f7fa79a0189e5e1c8671 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 18 Dec 2019 20:19:42 +0100 Subject: [PATCH] Use MIT as default cookbook license And improve the author name, making it more consistent with the rest of the repo. --- .chef/config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chef/config.rb b/.chef/config.rb index 88245e4..5461d90 100644 --- a/.chef/config.rb +++ b/.chef/config.rb @@ -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/