Add a BSD 3-Clause license - #17
Merged
Merged
Conversation
The repository had no license, so the default of all rights reserved applied: nobody had permission to use, modify, or redistribute it, even though it is published on PyPI. Use the BSD 3-Clause license, matching the rest of the organization. It also satisfies NASA SPD-41a, which asks that software developed with Science Mission Directorate funding be released under a permissive license. Declare it in the package metadata using the PEP 639 fields, so that the built distributions carry `License-Expression: BSD-3-Clause` and ship the `LICENSE` file. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 702 702
=========================================
Hits 702 702
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repository has no license, which means the default of all rights reserved
applies: nobody has permission to use, modify, or redistribute it, even though
it is published on PyPI. This is the same change merged as
sun-data/regridding#54, sun-data/named-arrays#203, sun-data/colorsynth#11,
sun-data/ndfilters#28, sun-data/optika#199, and sun-data/ctis#24.
BSD 3-Clause matches the rest of the organization. It also satisfies NASA
SPD-41a, which asks that software developed with Science Mission Directorate
funding be released under a permissive license, and its third clause forbids
using the copyright holder's name to endorse derived products.
Changes
LICENSE, the standard BSD 3-Clause text, with the copyright lineCopyright (c) 2023-2026, Roy T. Smart. You are the only contributor to thisrepository, and 2023 is when it was created.
pyproject.tomldeclareslicense = "BSD-3-Clause"andlicense-files = ["LICENSE"], the PEP 639 form.Verified by building a wheel from this branch: the metadata is
Metadata-Version: 2.4withLicense-Expression: BSD-3-ClauseandLicense-File: LICENSE, and the license is packaged atdist-info/licenses/LICENSE, so PyPI will display it on the next release.There is no
License ::classifier to conflict with the expression.Worth knowing before merging
The copyright line names the author rather than Montana State University. MSU's
faculty handbook gives authors ownership of copyrightable works other than
commissioned courseware, which is the basis for that, but the university has
not been asked, and if it ever asserts ownership the line is an ordinary commit
to correct. Releasing permissively is the part that does not undo: copies
distributed under these terms stay licensed under them.
🤖 Generated with Claude Code