Skip to content

Commit

Permalink
Add licenses to all software defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed May 18, 2016
1 parent cfab6de commit d609449
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-binding_of_caller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "MIT"
license_file "https://github.com/banister/binding_of_caller/blob/master/LICENSE"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-byebug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "MIT"
license_file "https://github.com/deivid-rodriguez/byebug/blob/master/LICENSE"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-debug_inspector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "MIT"
license_file "https://github.com/banister/debug_inspector/blob/master/README.md"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-ffi-yajl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def"
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__)

license "MIT"
license_file "https://github.com/chef/ffi-yajl/blob/master/LICENSE"

dependency "chef-gem-libyajl2"
5 changes: 5 additions & 0 deletions omnibus/config/software/chef-gem-ffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
# another gem's installation.
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def"
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__)

license "BSD-3-CLAUSE"
license_file "https://github.com/ffi/ffi/blob/master/LICENSE"
license_file "https://github.com/ffi/ffi/blob/master/COPYING"
license_file "https://github.com/ffi/ffi/blob/master/LICENSE.SPECS"
4 changes: 4 additions & 0 deletions omnibus/config/software/chef-gem-json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
# another gem's installation.
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def"
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__)

license "Ruby"
license_file "https://github.com/flori/json/blob/master/README.md"
license_file "https://www.ruby-lang.org/en/about/license.txt"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-libyajl2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "Apache-2.0"
license_file "https://github.com/chef/libyajl2-gem/blob/master/LICENSE"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-mini_portile2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "MIT"
license_file "https://github.com/flavorjones/mini_portile/blob/master/LICENSE.txt"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-nokogiri.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def"
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__)

license "MIT"
license_file "https://github.com/ruby-prof/ruby-prof/blob/master/LICENSE"

dependency "chef-gem-mini_portile2"
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-gem-ruby-prof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 4 additions & 0 deletions omnibus/config/software/chef-gem-ruby-shadow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
# another gem's installation.
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def"
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__)

license "Public-Domain"
license_file "https://github.com/apalmblad/ruby-shadow/blob/master/LICENSE"
license_file "http://creativecommons.org/licenses/publicdomain/"

0 comments on commit d609449

Please sign in to comment.