Skip to content

Revert "update copyright notices to reflect GPL-3.0 licensing" - #178

Open
breadddevv wants to merge 1 commit into
mainfrom
revert-176-fix/copyright
Open

Revert "update copyright notices to reflect GPL-3.0 licensing"#178
breadddevv wants to merge 1 commit into
mainfrom
revert-176-fix/copyright

Conversation

@breadddevv

@breadddevv breadddevv commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Reverts #176

Summary by CodeRabbit

  • Documentation
    • Updated copyright notices in the copyright dialog.
    • Revised the Orbit and Original Tovy Project notices to state “All rights reserved.”

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The copyright dialog updates the Orbit and Original Tovy Project notices from GPL-3.0 licensing text to “All rights reserved.”

Changes

Copyright Notice Updates

Layer / File(s) Summary
Update copyright dialog wording
components/HelpFloatingButton.tsx
The Orbit 2025 Planetary and Original Tovy Project 2022 notices now display “All rights reserved.”

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: tucnak1111

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the change as a revert of the GPL-3.0 copyright notice update.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch revert-176-fix/copyright

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

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@components/HelpFloatingButton.tsx`:
- Around line 78-83: Update the help dialog content around the Planetary and
Original Tovy notices to use GPL-appropriate wording consistent with the
authoritative LICENSE and README: include the no-warranty statement, license
conveyance terms, and a way to view the GPL-3.0 license. Remove the conflicting
“All rights reserved” notices, or update the authoritative license and
documentation consistently if those notices are intentionally retained.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b486fead-894d-43a0-83fe-749ea221502e

📥 Commits

Reviewing files that changed from the base of the PR and between d7ad22d and b641ecb.

📒 Files selected for processing (1)
  • components/HelpFloatingButton.tsx

Comment on lines +78 to +83
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2025 Planetary — All rights reserved.</p>
</div>
<div className="border-t border-zinc-200 dark:border-zinc-700 my-4" />
<div>
<p className="text-sm font-medium text-zinc-900 dark:text-white mb-1">Original Tovy Project</p>
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2022 Tovy — Licensed under GPL-3.0.</p>
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2022 Tovy — All rights reserved.</p>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -eu

fd -HI -t f '^(LICENSE|COPYING)(\..*)?$|^(package\.json|pyproject\.toml|setup\.py)$' .
rg -n -i 'GPL-3\.0|all rights reserved|license|licen[cs]e' \
  --glob 'LICENSE*' --glob 'COPYING*' --glob 'package.json' \
  --glob 'pyproject.toml' --glob 'setup.py' .

Repository: PlanetaryOrbit/orbit

Length of output: 50377


🏁 Script executed:

#!/bin/bash
set -eu

echo "== root license and package metadata =="
sed -n '1,120p' LICENSE 2>/dev/null || true
echo
sed -n '1,80p' package.json 2>/dev/null | jq -r '[.name, .version, .license, .author, .repository] | `@json`' 2>/dev/null || true

echo
echo "== all-right-reserved occurrences outside node_modules, excluding comments =="
rg -n -i 'all rights reserved|gpl-3\.0|license|licen[cs]e' --glob '!node_modules/**' . \
  | sed -n '1,160p'

echo
echo "== file count/stat =="
git ls-files | rg -n '(^|/)(LICENSE|COPYING|package\.json)$' | sed -n '1,80p'

Repository: PlanetaryOrbit/orbit

Length of output: 18150


Restore the GPL-appropriate legal notices in the help dialog.

LICENSE and README still declare PlanetaryOrbit/orbit under GPL-3.0, and the dialog does not include required GPL statements (no warranty, license conveyance terms, and a way to view the license). “All rights reserved” only changes copyright wording; restore the project-specific GPL wording terms or update the authoritative license/documentation consistently.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@components/HelpFloatingButton.tsx` around lines 78 - 83, Update the help
dialog content around the Planetary and Original Tovy notices to use
GPL-appropriate wording consistent with the authoritative LICENSE and README:
include the no-warranty statement, license conveyance terms, and a way to view
the GPL-3.0 license. Remove the conflicting “All rights reserved” notices, or
update the authoritative license and documentation consistently if those notices
are intentionally retained.

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.

1 participant