Skip to content

Commit a5eca37

Browse files
authored
Revert "update copyright notices to reflect GPL-3.0 licensing (#176)" (#178)
This reverts commit d7ad22d.
1 parent 800fe41 commit a5eca37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/HelpFloatingButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ export function HelpProvider({ children }: { children: React.ReactNode }) {
7575
</div>
7676
<div className="mb-4">
7777
<p className="text-sm font-medium text-zinc-900 dark:text-white mb-1">Orbit</p>
78-
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2025 Planetary — Licensed under GPL-3.0.</p>
78+
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2025 Planetary — All rights reserved.</p>
7979
</div>
8080
<div className="border-t border-zinc-200 dark:border-zinc-700 my-4" />
8181
<div>
8282
<p className="text-sm font-medium text-zinc-900 dark:text-white mb-1">Original Tovy Project</p>
83-
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2022 Tovy — Licensed under GPL-3.0.</p>
83+
<p className="text-sm text-zinc-500 dark:text-zinc-400">© 2022 Tovy — All rights reserved.</p>
8484
</div>
8585
</Dialog.Panel>
8686
</div>

0 commit comments

Comments
 (0)