Adopt AGPL-3.0 + commercial dual licensing - #3
Merged
Conversation
Replace the proprietary license with a dual-license model: - LICENSE: verbatim official GNU AGPL-3.0 (GitHub-recognisable). - COMMERCIAL-LICENSE.md: informational commercial-license notice (closed-source, SaaS, reseller, distributor, white-label, etc.; grant only via signed agreement; contact omarsrao@gmail.com). - TRADEMARKS.md: name/logo/branding not granted by the software license. - DEPENDENCY-LICENSE-REVIEW.md: technical dependency-license inventory (not legal advice); flags PyGithub (LGPL-3.0) and semgrep (LGPL-2.1). Also: - README: new Licensing section, badge -> AGPL-3.0 / Commercial, prior-releases note. - SPDX headers (AGPL-3.0-only OR LicenseRef-Commercial) on 57 first-party source files (*.py, app *.js, Dockerfile). No headers on HTML (quirks-mode risk), JSON, Markdown, assets, or config. - Docker image license labels -> AGPL-3.0-only. - Version bump v1.10.0 -> v2.0.0 (README/USERGUIDE/telemetry/helm). No application logic changed; 16/16 tests pass. Sole human author is Omar Rao (other commits are snyk-bot), so no third-party consent required. Past releases remain under their original terms.
…mmercial dual license
Owner
Author
🟢 SecureScope Security Scan — PR #3
|
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.
Replaces the proprietary license with a dual-license model: AGPL-3.0 for public use (
LICENSE) and a separate commercial license (COMMERCIAL-LICENSE.md) for closed-source / SaaS / reseller / distributor / white-label use.What changed
LICENSE— verbatim official GNU AGPL-3.0 (GitHub-recognisable).COMMERCIAL-LICENSE.md,TRADEMARKS.md,DEPENDENCY-LICENSE-REVIEW.md.AGPL-3.0-only OR LicenseRef-Commercial) on 57 first-party source files (*.py, app*.js,Dockerfile). No headers on HTML (quirks-mode risk), JSON, Markdown, assets, or config.AGPL-3.0-only(one was a strayMIT).Notes
snyk-bot) → no third-party consent required.DEPENDENCY-LICENSE-REVIEW.mdflags PyGithub (LGPL-3.0) and semgrep (LGPL-2.1) for legal review — technical inventory, not legal advice.