mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user