net-im/synapse: Make dual licensing explicit

Synapse is dual licensed, as I discovered during the review of changes
in the recent 1.140.0 release. The commercial license text was added in
PR 18134 [1] but the dual licensing was reflected in pyproject.toml
later, in PR 18973 [2].

Upstream-PR: https://github.com/element-hq/synapse/pull/18134 [1]
Upstream-PR: https://github.com/element-hq/synapse/pull/18973 [2]
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-10-15 09:56:59 +02:00
parent 0c2612e461
commit 5fb5cfa8a1
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
Licensees holding a valid commercial license with Element may use this
software in accordance with the terms contained in a written agreement
between you and Element.
To purchase a commercial license please contact our sales team at
licensing@element.io
+1 -1
View File
@@ -225,7 +225,7 @@ SRC_URI="
${CARGO_CRATE_URIS}
"
LICENSE="AGPL-3+"
LICENSE="|| ( AGPL-3+ Element-Commercial )"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0
+1 -1
View File
@@ -226,7 +226,7 @@ SRC_URI="
${CARGO_CRATE_URIS}
"
LICENSE="AGPL-3+"
LICENSE="|| ( AGPL-3+ Element-Commercial )"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0
+1 -1
View File
@@ -226,7 +226,7 @@ SRC_URI="
${CARGO_CRATE_URIS}
"
LICENSE="AGPL-3+"
LICENSE="|| ( AGPL-3+ Element-Commercial )"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0