Skip to content

Commit

Permalink
Add 3rd party license file in Conda packages (#654)
Browse files Browse the repository at this point in the history
Previously only cuCIM's own license file was included in Conda packages. However the 3rd party license file was not included in Conda packages. This adds that license file as well. Also goes ahead and adds the 3rd party license file to both `libcucim` and `cucim` for good measure (even though it is a little redundant to add it to `cucim` given it depends on `libcucim`, which already has it)

Authors:
  - https://github.com/jakirkham

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Gregory Lee (https://github.com/grlee77)

URL: #654
  • Loading branch information
jakirkham authored Dec 11, 2023
1 parent daf32a8 commit 87410cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ about:
summary: cucim Python package
license: Apache-2.0
license_family: Apache
license_file: LICENSE
license_file:
- LICENSE
- LICENSE-3rdparty.md
doc_url: https://docs.rapids.ai/api/cucim/stable/
dev_url: https://github.com/rapidsai/cucim
4 changes: 3 additions & 1 deletion conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ about:
summary: libcucim C++ library
license: Apache-2.0
license_family: Apache
license_file: LICENSE
license_file:
- LICENSE
- LICENSE-3rdparty.md
doc_url: https://docs.rapids.ai/api/cucim/stable/
dev_url: https://github.com/rapidsai/cucim

0 comments on commit 87410cd

Please sign in to comment.