Skip to content

chore: add missing license file (#55)#56

Merged
shirshanka merged 2 commits into
datahub-project:mainfrom
magnet78:bounty/fix-55
May 24, 2026
Merged

chore: add missing license file (#55)#56
shirshanka merged 2 commits into
datahub-project:mainfrom
magnet78:bounty/fix-55

Conversation

@magnet78
Copy link
Copy Markdown
Contributor

Closes #55

Added MIT License file to the repository.

magnet78 and others added 2 commits May 21, 2026 16:15
pyproject.toml declares `license = { text = "Apache-2.0" }` and the PyPI
classifier "License :: OSI Approved :: Apache Software License", but the
LICENSE file added in this PR contained MIT text. Replace with the
canonical Apache-2.0 text to match the declared license.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@shirshanka
Copy link
Copy Markdown
Contributor

Thanks for picking this up @magnet78! One thing I noticed: pyproject.toml declares the license as Apache-2.0 (license = { text = "Apache-2.0" } and the matching PyPI classifier), but the LICENSE you added was MIT. I pushed a follow-up commit on your branch (9dca5b8) replacing it with the canonical Apache-2.0 text and Copyright 2026 DataHub. Let me know if anything looks off — otherwise I'll get this merged once CI is green.

@shirshanka shirshanka merged commit e2ba411 into datahub-project:main May 24, 2026
5 checks passed
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.

chore: add missing license file

2 participants