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

[BUG] LICENSE file does not show correct copyright holder #2036

Open
pridkett opened this issue Feb 5, 2025 · 0 comments
Open

[BUG] LICENSE file does not show correct copyright holder #2036

pridkett opened this issue Feb 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@pridkett
Copy link

pridkett commented Feb 5, 2025

Description

The current LICENSE file shows the copyright holder as The Python Packaging Authority. I think this was probably just a legacy oversight from setting up the repo, but should probably be updated to say the copyright holder is crewAI or whatever legal entity holds that copyright.

Unfortunately, there are a couple of larger companies that look at this sort of thing and having the wrong copyright holder on a license, even if it's the MIT License, prevents evaluation or use of the tool.

Steps to Reproduce

  1. Check out the git repo and open the file called LICENSE or click here to see the current license.
  2. Note that copyright statement currently reads Copyright (c) 2018 The Python Packaging Authority

The Python Packaging Authority maintains a lot of the core Python packaging tools, but not crewAI.

Expected behavior

It should read something like Copyright (c) 2023-2025 crewAI, Inc or whatever the correct legal entity and dates are.

Screenshots/Code snippets

This is the current license with the incorrect copyright holder.

Copyright (c) 2018 The Python Packaging Authority

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Operating System

macOS Sonoma

Python Version

3.11

crewAI Version

0.100.1

crewAI Tools Version

0.33.0

Virtual Environment

Venv

Evidence

See this link, which is just back to the first line of the current license file.

Possible Solution

Update the copyright holder to the correct legal entity that holds the copyright.

Additional context

N/A

@pridkett pridkett added the bug Something isn't working label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant