mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #1718] [Doc] Proposal for dual licensing appflowy_editor and appflowy_board under AGPL 3.0 and MPL 2.0. #656
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#656
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @annieappflowy on GitHub (Jan 17, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1718
Originally assigned to: @annieappflowy on GitHub.
Reasons for switching from AGPL 3.0 only
Currently residing under https://github.com/AppFlowy-IO/AppFlowy/tree/main/frontend/app_flowy/packages, appflowy_editor and appflowy_board are standalone Flutter packages, supporting multiple platforms that include native apps and the Web. The fact that mobile apps under AGPL are not common and embedding an AGPL component into a native app under a non-AGPL license is not possible puts a ceiling on the adoption of appflowy libraries. We do not want the licensing scheme to be a blocker for native app developers to use appflowy libraries in their proprietary applications because the mission of AppFlowy is to enable everyone to build applications that suit their needs well.
Why MPL v2.0?
It’s less restrictive than the GPL and LGPL but is still a copy-left license. In addition, it’s compatible with AGPL. See this FAQ for more details.
The timeline for dual-licensing
Jan 17: All future contributions to appflowy_editor and appflowy_board will be under both the AGPL and MPL but leave AppFlowy as a whole licensed under AGPL 3.0 only.
Jan 24: Seek consent via GitHub from past contributors who made contributions to any of appflowy_editor or appflowy_board.
Feb 1: Begin removing or rewriting code that cannot be relicensed
Feb 5: Separate appflowy_editor and appflowy_board from AppFlowy and create appflowy_editor and appflowy_board as two new repositories under https://github.com/AppFlowy-IO for the libraries and license them under an AGPL/MPL dual license. AppFlowy remains available under AGPL 3.0 only.
Note: The dual-licensing is accompanied by another change - a CLA assistant (license agreement) is / will be in place for open PRs and all future contributions to any of AppFlowy’s open source software projects. This is for contributors' protection as well as the protection of AppFlowy and its licensees; it does not change contributors' rights to use their contributions for any other purpose.
The purpose of this post is to create transparency into this upcoming change and open up discussions in the community.