Skip to content

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

Open
antonwolfy wants to merge 1 commit into
mainfrom
fix-cf-recipe-license
Open

Use valid SPDX license identifier in conda-recipe-cf#246
antonwolfy wants to merge 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>
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.

1 participant