Skip to content

Use valid SPDX license identifier in conda-recipe-cf - #246

Merged
ndgrigorian merged 1 commit into
mainfrom
fix-cf-recipe-license
Jul 29, 2026
Merged

Use valid SPDX license identifier in conda-recipe-cf#246
ndgrigorian merged 1 commit into
mainfrom
fix-cf-recipe-license

Conversation

@antonwolfy

@antonwolfy antonwolfy commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • conda-recipe-cf/meta.yaml declared license: BSD-3, which is not a valid SPDX identifier.
  • Corrected to BSD-3-Clause, matching the 3-clause BSD text in LICENSE.txt and the sibling conda-recipe/meta.yaml (which already uses BSD-3-Clause).

Why

conda-forge recipes are expected to use valid SPDX license expressions in the about.license field. BSD-3 is not recognized; BSD-3-Clause is the canonical identifier for the license this project ships.

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) <noreply@anthropic.com>
@ndgrigorian
ndgrigorian merged commit a290a6e into main Jul 29, 2026
116 of 117 checks passed
@ndgrigorian
ndgrigorian deleted the fix-cf-recipe-license branch July 29, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants