GPL v3 transition - licensing, cleanup, and download fix#2
Merged
Thavarshan merged 10 commits intomainfrom Feb 5, 2026
Merged
Conversation
… include new devDependencies
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
"license": "GPL-3.0-or-later"to package.jsonDownload count accuracy
.dmgassets, excluding.sigsignatures and update manifests that inflate the numberAsset cleanup
About-Screen-Dark-Mode.pngAbout-Screen-Light-Mode.pngDestination-Directory-Light-Mode.pngPlain-Screen-Light-Mode.pngCode quality
noUnusedLocals/noUnusedParameters)Verification
npm run format:checkpassesnpm run typecheckpassesnpm run buildsucceedsRelated
Part of the org-wide GPL v3 transition. Companion changes exist in:
honeymelon— Rust GPL headers, CHANGELOG annotations, tauri.conf, docssupport— LICENSE, issue templates, triage/security/support docs