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/