Add BSD-3-Clause LICENSE and pandas attribution#186
Merged
Conversation
Closed
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/be612fb3-4c6b-4378-84c3-de017d9288e1 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add licensing files for project compatibility
Add BSD-3-Clause LICENSE and pandas attribution
Apr 23, 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.
The repository ships pandas-derived tests and pandas-inspired code but had no license file or upstream attribution. Pandas is BSD-3-Clause, so we need a compatible license that preserves the required copyright notice.
Changes
LICENSE— BSD-3-Clause for tsessebe (tsb). Chosen as the most permissive OSI license fully compatible with pandas; matching upstream avoids any mixing ambiguity for derived test files.THIRD_PARTY_LICENSES.md— reproduces pandas' upstream BSD-3 copyright notice and license text verbatim, satisfying the "retain the above copyright notice" clause for derived portions.NOTICE— short top-level attribution pointing at the third-party file.package.json— declare"license": "BSD-3-Clause"so package tooling and GitHub pick it up.README.mdis read-only perAGENTS.md, so licensing is communicated solely via the standard top-level files and thepackage.jsonfield.