From 240d19e1f50116f0753e4c11cab4b476b1ca1618 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 8 Dec 2023 16:16:09 -0800 Subject: [PATCH] Add 3rd party license file in Conda packages --- conda/recipes/cucim/meta.yaml | 4 +++- conda/recipes/libcucim/meta.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cucim/meta.yaml b/conda/recipes/cucim/meta.yaml index dbb34a906..faeb7fa9e 100644 --- a/conda/recipes/cucim/meta.yaml +++ b/conda/recipes/cucim/meta.yaml @@ -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 diff --git a/conda/recipes/libcucim/meta.yaml b/conda/recipes/libcucim/meta.yaml index 512ae3085..7d4cf5ac8 100644 --- a/conda/recipes/libcucim/meta.yaml +++ b/conda/recipes/libcucim/meta.yaml @@ -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