-
Notifications
You must be signed in to change notification settings - Fork 114
Relicense core to FSL #388
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
Conversation
WalkthroughThe project’s licensing terms were updated. The LICENSE file was changed from the MIT Expat license to the Functional Source License, Version 1.1, ALv2 Future License (FSL-1.1-ALv2), and the changelog was updated to document this license change under the "Unreleased" section referencing pull request #388. Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
LICENSE (1)
1-8
: Add an SPDX license identifier
Many build and compliance tools rely on an SPDX header to auto-detect the license. Consider inserting it right after the copyright line:Copyright (c) 2025 Taqla Inc. +SPDX-License-Identifier: FSL-1.1-ALv2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
CHANGELOG.md
(1 hunks)LICENSE
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*
Instructions used from:
Sources:
📄 CodeRabbit Inference Engine
- .cursor/rules/style.mdc
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: build
🔇 Additional comments (2)
CHANGELOG.md (1)
10-12
: Changelog entry looks good
The note accurately reflects the relicensing and references the correct PR.LICENSE (1)
97-115
: Verify license metadata in all package manifests
I’ve searched JSON, TOML, Python, and YAML files for any lingeringMIT
license declarations and found none. To be safe, please also manually confirm that other manifest formats don’t still reference MIT, for example:
- Maven POMs (
pom.xml
)- Ruby Gemspecs (
*.gemspec
)- .NET projects (
*.csproj
)- Gradle builds (
build.gradle
,build.gradle.kts
)
Learn more here