Skip to content

fix(footer): replace All rights reserved with GPL-3.0 license link - #81

Merged
calebephrem merged 2 commits into
open-devhub:mainfrom
ege-arhan:fix/issue-80
Sep 14, 2026
Merged

calebephrem merged 2 commits into
open-devhub:mainfrom
ege-arhan:fix/issue-80

Conversation

@ege-arhan

Copy link
Copy Markdown
Contributor

Problem

Footer shows "All rights reserved" but repo is GPL-3.0 licensed. Inconsistent licensing signal.

Solution

Footer now reads "Licensed under the GNU General Public License v3.0" with hyperlink to LICENSE (new tab).

Impact

Fast merge, documentation accuracy. Single component change.

Evidence

Matches LICENSE file at repo root. Issue spec followed verbatim.

Fixes #80

@devhub-bot

devhub-bot Bot commented Sep 14, 2026

Copy link
Copy Markdown

Note

Linting checks passed successfully 🎉

All formatting and code quality checks are clean.

You're good to merge 🚀

@calebephrem calebephrem left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for opening the PR!

But there's already an animated underline decoration on hover for anchor tags, so no need to apply underline class here.

Comment thread components/site/Footer.tsx Outdated
href="https://raw.githubusercontent.com/open-devhub/website/refs/heads/main/LICENSE"
target="_blank"
rel="noopener noreferrer"
className="underline"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
className="underline"

@calebephrem calebephrem left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm!

@devhub-bot

devhub-bot Bot commented Sep 14, 2026

Copy link
Copy Markdown

Note

Linting checks passed successfully 🎉

All formatting and code quality checks are clean.

You're good to merge 🚀

@calebephrem
calebephrem merged commit 3b1a5f2 into open-devhub:main Sep 14, 2026
4 checks passed
@calebephrem

Copy link
Copy Markdown
Member

Thanks for contributing!

This branch was successfully deployed

1 active deployment
Preview c9650165 Deployed Sep 14, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove "All rights reserved." text from footer

2 participants