Switch to Apache 2.0 license, replace pricing with sponsorship tiers#22
Merged
Switch to Apache 2.0 license, replace pricing with sponsorship tiers#22
Conversation
The AGPL + commercial license model was creating too much friction for adoption. This moves the entire project to Apache 2.0 — no restrictions on usage, no commercial license required. - Replace AGPL-3.0 license text with Apache 2.0 - Remove COMMERCIAL_LICENSE.md (no longer needed) - Update license field in all package.json files - Update license sections in all READMEs - Replace paid licensing tiers with sponsorship model (S/A/B tiers) - Rewrite pricing page as sponsors & support page - Simplify license FAQ for Apache 2.0
Strip out all paid plans / sponsorship from the homepage and docs. Just a clean open source project now.
…license note Swap all contact emails to support@beekeeperstudio.io and add a note in the license FAQ that a commercial license is available on request via sales@beekeeperstudio.io.
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.
Summary
COMMERCIAL_LICENSE.mdentirelyWhy
42 stars and no paying customers. The AGPL + commercial license model created too much friction — companies don't want to deal with AGPL compliance or pay $995+/year for a library they're evaluating. Apache 2.0 removes all barriers. Sponsorship keeps the lights on without gating features.
Test plan
yarn buildstill passes (no code changes, just docs/config)yarn docs:servegrep -ri agplshould return nothing)