Skip to content

Commit

Permalink
Add skip_transitive_dependency_licensing for libsodium and libzmq
Browse files Browse the repository at this point in the history
Signed-off-by: Prajakta Purohit <prajakta@opscode.com>
  • Loading branch information
PrajaktaPurohit authored and elthariel committed Nov 19, 2017
1 parent 0e289ed commit d27bf23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/software/libsodium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

license "ISC"
license_file "LICENSE"
skip_transitive_dependency_licensing true

# Depend on the msys2/mingw environment given to us and don't build our
# own build tools on windows.
Expand Down
1 change: 1 addition & 0 deletions config/software/libzmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
license "LGPL-3.0"
license_file "COPYING"
license_file "COPYING.LESSER"
skip_transitive_dependency_licensing true

# Depend on the msys2/mingw environment given to us and don't build our
# own build tools on windows.
Expand Down

0 comments on commit d27bf23

Please sign in to comment.