Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License mismatch in pyproject.toml (BSD vs Apache 2.0) #658

Closed
klae01 opened this issue Dec 29, 2024 · 0 comments
Closed

License mismatch in pyproject.toml (BSD vs Apache 2.0) #658

klae01 opened this issue Dec 29, 2024 · 0 comments

Comments

@klae01
Copy link

klae01 commented Dec 29, 2024

I noticed a potential issue with the license declaration:

  • The pyproject.toml file lists the license under classifiers as "BSD License."
    "License :: OSI Approved :: BSD License",
  • However, the LICENSE file in the repository contains the terms of the Apache License 2.0.

    mamba/LICENSE

    Line 195 in 95d8aba

    http://www.apache.org/licenses/LICENSE-2.0

This discrepancy could cause confusion for users and contributors regarding the correct licensing terms for this project.

Could you clarify the intended license? If the project is indeed licensed under the Apache License 2.0, it might be helpful to update the pyproject.toml file to reflect this and avoid any confusion.

Thank you for your attention to this matter. I look forward to your clarification.

@klae01 klae01 closed this as completed Jan 7, 2025
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

No branches or pull requests

1 participant