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
Status: Needs Compliance / Licensing Review
This issue outlines a license compliance review. It requires maintainer review and approval before deciding whether to replace or decouple the dependency.
Audit and remove @whiskeysockets/baileys (GPL-3.0 copyleft license) from the main application bundle to ensure FloCafe remains 100% pure MIT-compliant without GPL copyleft exposure for distributed binary releases.
Key Features & Technical Details
GPL-3.0 Dependency Issue:
Including GPL-3.0 dependencies directly inside the main desktop Electron application bundle creates copyleft ambiguity for distributed MIT binaries.
Proposed Remediation:
Remove direct @whiskeysockets/baileys bundle imports from the main process or decouple WhatsApp messaging into an optional external plugin / webhook extension.
Important
Status: Needs Compliance / Licensing Review
This issue outlines a license compliance review. It requires maintainer review and approval before deciding whether to replace or decouple the dependency.
Extracted from fork
richanonymous22/FloCafe(branch:claude/plemmo-epos-audit-fro8v9):Overview
Audit and remove
@whiskeysockets/baileys(GPL-3.0 copyleft license) from the main application bundle to ensure FloCafe remains 100% pure MIT-compliant without GPL copyleft exposure for distributed binary releases.Key Features & Technical Details
@whiskeysockets/baileysbundle imports from the main process or decouple WhatsApp messaging into an optional external plugin / webhook extension.da57263inrichanonymous22/FloCafe.