update licensing
This commit is contained in:
parent
fcf1979a1d
commit
864ace2581
7 changed files with 144 additions and 82 deletions
19
REUSE.toml
Normal file
19
REUSE.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = "**"
|
||||
SPDX-FileCopyrightText = "Voleum <admin@voleum.cc>"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "platform/**"
|
||||
SPDX-FileCopyrightText = "Voleum <admin@voleum.cc>"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
".gitignore",
|
||||
"**/*.lock"
|
||||
]
|
||||
SPDX-FileCopyrightText = "NONE"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue