Skip to content

chore(docs): Remove dead links to terms / privacy. Also change some MIT -> FSL references. #445

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

Merged
merged 1 commit into from
Aug 8, 2025

Conversation

brendan-kellam
Copy link
Contributor

@brendan-kellam brendan-kellam commented Aug 7, 2025

Summary by CodeRabbit

  • Documentation
    • Updated all references to Sourcebot's licensing from "open source" or "MIT licensed" to "fair source" or "FSL licensed," with updated links to the Functional Source License.
  • Style
    • Updated footer and security card text to reflect new licensing terminology.
  • Bug Fixes
    • Removed Terms of Service and Privacy Policy disclaimer from the login form.
    • Removed the "Terms" link from the footer.

@brendan-kellam brendan-kellam requested a review from msukkari August 7, 2025 20:52
Copy link

coderabbitai bot commented Aug 7, 2025

Walkthrough

This update revises documentation and UI components to reflect a change in Sourcebot's licensing from "open source" (MIT) to "fair source" under the Functional Source License (FSL). Additionally, references to Terms of Service and Privacy Policy are removed from the login form and footer components.

Changes

Cohort / File(s) Change Summary
Documentation: License Updates
docs/docs/features/agents/review-agent.mdx, docs/docs/license-key.mdx, docs/docs/overview.mdx
Updated references from "open source" or "MIT licensed" to "fair source" or "FSL licensed", with updated license links.
Web UI: Licensing & Trust Messaging
packages/web/src/app/components/securityCard.tsx
Changed displayed text from "open-source" to "fair-source" in the security card component.
Web UI: Footer
packages/web/src/app/components/footer.tsx
Removed the "Terms" link and its separator from the footer.
Web UI: Login Form
packages/web/src/app/login/components/loginForm.tsx
Removed Terms of Service/Privacy Policy disclaimer and related environment variable logic from the login form.

Sequence Diagram(s)

Not included, as the changes are limited to textual and UI updates without affecting control flow or feature logic.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Relicense core to FSL #388: Updates documentation and UI to reflect relicensing from MIT to FSL, directly related to this PR's license reference updates.

Suggested labels

sourcebot-team

Poem

A hop and a skip, the license has changed—
From MIT’s warren, to FSL’s range.
“Fair source!” we cheer, as docs realign,
Footer and login, now look so fine.
With every update, this bunny can see:
Sourcebot grows fairer, for you and for me! 🐇✨

Note

🔌 MCP (Model Context Protocol) integration is now available in Early Access!

Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bkellam/dead_links_and_docs_nits

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Aug 7, 2025

@brendan-kellam your pull request is missing a changelog!

Copy link

@coderabbitai coderabbitai bot left a 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 (4)
packages/web/src/app/components/securityCard.tsx (1)

42-42: Unify wording: “fair-source” vs “fair source”

Throughout the docs the project now uses “fair source” (no hyphen). This component introduces “fair-source”, creating an avoidable inconsistency in visible copy.

-Sourcebot is fair-source and trusted by thousands of developers
+Sourcebot is fair source and trusted by thousands of developers
docs/docs/features/agents/review-agent.mdx (1)

13-13: Link should target the license or top-level folder, not an internal implementation path

The URL points to packages/web/src/features/agents/review-agent, which will break if that directory moves.
Consider linking either to the agent’s README (/tree/main/agents/review-agent) or directly to the license file to keep the reference stable.

docs/docs/overview.mdx (2)

25-25: Hyphenation mismatch

For consistency with other docs (“fair source”), drop the hyphen here as well.

-**Fair-source:** Core features are …
+**Fair source:** Core features are …

199-199: Grammar: “license” vs “licensed”

“Available under an FSL licensed” is ungrammatical. Use “under the FSL license” or “FSL-licensed”.

-Sourcebot's core features are available under an [FSL licensed]…
+Sourcebot's core features are available under the [FSL license]…
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 26c553c and f407ebd.

📒 Files selected for processing (6)
  • docs/docs/features/agents/review-agent.mdx (1 hunks)
  • docs/docs/license-key.mdx (1 hunks)
  • docs/docs/overview.mdx (2 hunks)
  • packages/web/src/app/components/footer.tsx (0 hunks)
  • packages/web/src/app/components/securityCard.tsx (1 hunks)
  • packages/web/src/app/login/components/loginForm.tsx (0 hunks)
💤 Files with no reviewable changes (2)
  • packages/web/src/app/components/footer.tsx
  • packages/web/src/app/login/components/loginForm.tsx
🧰 Additional context used
📓 Path-based instructions (1)
**/*

📄 CodeRabbit Inference Engine (.cursor/rules/style.mdc)

Filenames should always be camelCase. Exception: if there are filenames in the same directory with a format other than camelCase, use that format to keep things consistent.

Files:

  • docs/docs/license-key.mdx
  • packages/web/src/app/components/securityCard.tsx
  • docs/docs/overview.mdx
  • docs/docs/features/agents/review-agent.mdx
🧠 Learnings (2)
📓 Common learnings
Learnt from: drew-u410
PR: sourcebot-dev/sourcebot#328
File: CONTRIBUTING.md:5-5
Timestamp: 2025-06-03T00:22:00.498Z
Learning: In the sourcebot repository CONTRIBUTING.md file, the maintainer prefers using "NodeJS" spelling instead of the official "Node.js" branding, and prefers not to add alt text to favicon images in the installation instructions.
📚 Learning: 2025-06-03T00:22:00.498Z
Learnt from: drew-u410
PR: sourcebot-dev/sourcebot#328
File: CONTRIBUTING.md:5-5
Timestamp: 2025-06-03T00:22:00.498Z
Learning: In the sourcebot repository CONTRIBUTING.md file, the maintainer prefers using "NodeJS" spelling instead of the official "Node.js" branding, and prefers not to add alt text to favicon images in the installation instructions.

Applied to files:

  • packages/web/src/app/components/securityCard.tsx
  • docs/docs/overview.mdx
⏰ 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 (1)
docs/docs/license-key.mdx (1)

10-10: Anchor slug is correct

I confirmed that LICENSE.md includes the heading:

• Line 11: # Functional Source License, Version 1.1, ALv2 Future License

Under MDX/remark slug rules, this heading slugifies to
functional-source-license-version-11-alv2-future-license,
matching the link in docs/docs/license-key.mdx. No changes required.

@brendan-kellam brendan-kellam merged commit 6215a8e into main Aug 8, 2025
7 checks passed
@brendan-kellam brendan-kellam deleted the bkellam/dead_links_and_docs_nits branch August 8, 2025 00:24
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.

2 participants