Fix conflicting license declarations - Apache-2.0 vs BSD
- Dominant language
- Python
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
The repository has conflicting license declarations:
| Location | License |
|----------|---------|
| `LICENSE` file | Apache-2.0 |
| `pyproject.toml` classifier | BSD License |
## Recommendation
Make the license consistent. Either:
**Option A**: Keep Apache-2.0
- Update classifier to `"License :: OSI Approved :: Apache Software License"`
**Option B**: Switch to BSD
- Replace `LICENSE` file with BSD license text
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the LICENSE file and the license classifier in pyproject.toml. Confirm which license the project intends to use, then make the declaration consistent in the named location or locations and verify that no conflicting license text or metadata remains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100