Skip to content

fix: correct scanpy license typo (SD-3-Clause → BSD-3-Clause)#147

Open
xiaolai wants to merge 1 commit intoK-Dense-AI:mainfrom
xiaolai:fix/nlpm-scanpy-license-typo
Open

fix: correct scanpy license typo (SD-3-Clause → BSD-3-Clause)#147
xiaolai wants to merge 1 commit intoK-Dense-AI:mainfrom
xiaolai:fix/nlpm-scanpy-license-typo

Conversation

@xiaolai
Copy link
Copy Markdown
Contributor

@xiaolai xiaolai commented Apr 25, 2026

Automated audit: This PR was generated by NLPM, a natural language programming linter, running via claude-code-action. Please evaluate the diff on its merits.

Bug

scanpy/SKILL.md has a malformed license identifier in its frontmatter:

license: SD-3-Clause license

This has two problems: the leading B is missing (making it an unrecognized identifier), and it includes a trailing license word that is not part of any SPDX identifier. Scanpy is licensed under the BSD 3-Clause license.

Fix

Corrected to the proper SPDX identifier:

license: BSD-3-Clause

The frontmatter had `license: SD-3-Clause license` — missing the leading
`B` from BSD and including a redundant trailing word. Scanpy is licensed
under the BSD 3-Clause license. Corrected to the proper SPDX identifier.

Co-Authored-By: Claude Code <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