From 277ae49a4a786a011db7b3a55f53651a177141e0 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Wed, 29 Jul 2026 13:26:26 +0200 Subject: [PATCH] Use valid SPDX license identifier in conda-recipe-cf The `license` field in conda-recipe-cf/meta.yaml used `BSD-3`, which is not a valid SPDX identifier. Correct it to `BSD-3-Clause`, matching the 3-clause BSD text in LICENSE.txt and the sibling conda-recipe/meta.yaml. Co-Authored-By: Claude Opus 4.8 (1M context) --- conda-recipe-cf/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 0e54f381..b50fc3ca 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -55,6 +55,6 @@ test: about: home: http://github.com/IntelPython/mkl_umath - license: BSD-3 + license: BSD-3-Clause license_file: LICENSE.txt summary: Universal functions for real and complex floating point arrays powered by Intel(R) Math Kernel Library Vector (Intel(R) MKL) and Intel(R) Short Vector Math Library (Intel(R) SVML)