You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove licensing documentation and update support contact information
- Deleted licensing integration guide (guide/licensing.md) and commercial license agreement (legal/commercial-license.md) as part of a restructuring of licensing information.
- Removed End-User License Agreement (EULA) document (legal/eula.md) to streamline legal documentation.
- Updated support.md to consolidate contact information for general inquiries.
- Revised index.md to clarify FFmpeg process isolation compliance for free distribution.
- Updated license compliance guide (legal/license-compliance.md) to reflect changes in licensing terms and obligations under GPL v3.
- Modified third-party notices (legal/third-party-notices.md) to include Honeymelon's GPL v3 licensing and clarify FFmpeg usage.
Copy file name to clipboardExpand all lines: changelog.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,6 @@ This is the initial public release. See [Unreleased] section for complete featur
229
229
- AGENTS.md for commit/PR guidelines
230
230
- THIRD_PARTY_NOTICES.md for dependencies
231
231
- LICENSE_COMPLIANCE.md for LGPL compliance details
232
-
- COMMERCIAL_LICENSE.md for alternative licensing
233
232
- README now highlights the Apple Silicon-focused packaging, bundled arm64 FFmpeg sidecars, and adds a release checklist step to verify their architecture.
Copy file name to clipboardExpand all lines: development/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -526,4 +526,4 @@ RUST_LOG=debug npm run tauri:dev
526
526
527
527
## License
528
528
529
-
By contributing, you agree that your contributions will be licensed under the same license as the project (Proprietary).
529
+
By contributing, you agree that your contributions will be licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later), the same license as the project. See [LICENSE](../../LICENSE) for the full license text.
0 commit comments