diff options
Diffstat (limited to 'omnibus/config/software/chef-gem-ruby-prof.rb')
-rw-r--r-- | omnibus/config/software/chef-gem-ruby-prof.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus/config/software/chef-gem-ruby-prof.rb b/omnibus/config/software/chef-gem-ruby-prof.rb index a9f8b758c9..47ecfea02a 100644 --- a/omnibus/config/software/chef-gem-ruby-prof.rb +++ b/omnibus/config/software/chef-gem-ruby-prof.rb @@ -4,3 +4,6 @@ # another gem's installation. require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) + +license "BSD-2-CLAUSE" +license_file "https://github.com/ruby-prof/ruby-prof/blob/master/LICENSE" |