19 lines
410 B
TOML
19 lines
410 B
TOML
|
|
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"
|