Dual license: apply AGPL‑3.0 to management/, signal/, and relay directories (BSD‑3 remains for the rest)

This commit is contained in:
Misha Bragin
2025-08-05 11:37:21 +02:00
committed by GitHub
parent 9ccc13e6ea
commit 92ce5afe80
8 changed files with 2671 additions and 1 deletions

6
LICENSES/REUSE.toml Normal file
View File

@@ -0,0 +1,6 @@
[project]
default_license = "BSD-3-Clause"
[[files]]
paths = ["management/", "signal/", "relay/"]
license = "AGPL-3.0-only"