chore: update LICENSE #715
Merged
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.
Improve attribution by adding sentence to clarify that portions of this project are derived from posthog/posthog-js-lite.
Important
Update
LICENSEto clarify code derivation fromposthog/posthog-js-liteand update copyright holder.LICENSEclarifying that portions of the codebase are derived fromposthog/posthog-js-liteby PostHog.Langfuse GmbHfor 2023-2026.This description was created by
for 9a5078f. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
This PR improves the LICENSE file by adding explicit MIT License identification and a clear attribution statement for code derived from
posthog/posthog-js-lite. The copyright holder has been updated from "Finto Technologies GmbH" to "Langfuse GmbH" with an extended date range of 2023-2026.Confidence Score: 5/5
Important Files Changed
Sequence Diagram
sequenceDiagram participant Author as PR Author participant LICENSE as LICENSE File participant Repo as Repository Author->>LICENSE: Add "MIT License" header Author->>LICENSE: Add attribution statement for PostHog Author->>LICENSE: Update copyright: Finto Technologies → Langfuse GmbH Author->>LICENSE: Update copyright years: 2023 → 2023-2026 LICENSE->>Repo: Improved legal clarity and attribution Repo->>Repo: Maintains dual copyright notices