Skip to content

Comments

GPL v3 transition - licensing, cleanup, and download fix#2

Merged
Thavarshan merged 10 commits intomainfrom
develop
Feb 5, 2026
Merged

GPL v3 transition - licensing, cleanup, and download fix#2
Thavarshan merged 10 commits intomainfrom
develop

Conversation

@Thavarshan
Copy link
Contributor

@Thavarshan Thavarshan commented Feb 5, 2026

Description

Aligns the website repository with the Honeymelon v2.0.0 transition from proprietary/paid to free and open-source under GPL v3. This is part of a broader organization-wide audit that also touched honeymelon, support, and .github.

Changes

Licensing

  • Added LICENSE file (full GPL-3.0-or-later text)
  • Added "license": "GPL-3.0-or-later" to package.json

Download count accuracy

  • Filter download count in useGitHubRepo.ts to only count .dmg assets, excluding .sig signatures and update manifests that inflate the number

Asset cleanup

  • Removed 4 unreferenced screenshots from screens (~441 KB):
    • About-Screen-Dark-Mode.png
    • About-Screen-Light-Mode.png
    • Destination-Directory-Light-Mode.png
    • Plain-Screen-Light-Mode.png

Code quality

  • Fixed 3 pre-existing TypeScript errors (noUnusedLocals / noUnusedParameters)
  • Fixed Prettier formatting across 15 files (lockfile plugin version drift)

Verification

  • npm run format:check passes
  • npm run typecheck passes
  • npm run build succeeds
  • Download button and count tested on dev server against live GitHub Releases API
  • LICENSE renders correctly on GitHub repo page

Related

Part of the org-wide GPL v3 transition. Companion changes exist in:

  • honeymelon — Rust GPL headers, CHANGELOG annotations, tauri.conf, docs
  • support — LICENSE, issue templates, triage/security/support docs
  • .github — organization profile README

@Thavarshan Thavarshan self-assigned this Feb 5, 2026
Copilot AI review requested due to automatic review settings February 5, 2026 19:53
@Thavarshan Thavarshan added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 5, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR transitions the Honeymelon website repository to GPL v3.0-or-later licensing as part of the broader Honeymelon v2.0.0 open-source release. The changes remove the proprietary license designation, delete obsolete Laravel backend infrastructure, clean up unused assets, and prepare the codebase for its new status as a free and open-source project.

Changes:

  • Licensing transition from proprietary to GPL-3.0-or-later
  • Complete removal of Laravel backend infrastructure and related configuration
  • Cleanup of unused screenshot assets (~441 KB)
  • Frontend configuration updates for the standalone website

Reviewed changes

Copilot reviewed 208 out of 904 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
LICENSE New GPL-3.0-or-later license file (referenced in description)
package.json Updated license field to GPL-3.0-or-later (referenced in description)
composer.json Removed Laravel backend configuration
.prettierrc Updated Tailwind stylesheet path from Laravel to standalone
.editorconfig Added JSON/JSONC indent configuration
.prettierignore Updated paths for standalone frontend structure
.vscode/extensions.json Added Vue.volar extension recommendation
All Laravel app/, bootstrap/, and config files Removed entire Laravel backend infrastructure
All MCP configuration files Removed Laravel Boost MCP server configurations

@Thavarshan Thavarshan changed the title PR: GPL v3 transition — licensing, cleanup, and download fix GPL v3 transition — licensing, cleanup, and download fix Feb 5, 2026
@Thavarshan Thavarshan changed the title GPL v3 transition — licensing, cleanup, and download fix GPL v3 transition - licensing, cleanup, and download fix Feb 5, 2026
@Thavarshan Thavarshan merged commit 4dd0d1c into main Feb 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant