mirror of https://codeberg.org/topola/topola.git
26 lines
629 B
TOML
26 lines
629 B
TOML
# SPDX-FileCopyrightText: 2024 Topola contributors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
version = 1
|
|
|
|
[[annotations]]
|
|
path = "assets/**"
|
|
SPDX-FileCopyrightText = "2024 Topola contributors"
|
|
SPDX-License-Identifier = "CC-BY-4.0 OR MIT"
|
|
|
|
[[annotations]]
|
|
path = "locales/**"
|
|
SPDX-FileCopyrightText = "2024 Topola contributors"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = ["tests/single_layer/**", "tests/multilayer/**"]
|
|
SPDX-FileCopyrightText = "2024 Topola contributors"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "flake.lock"
|
|
SPDX-FileCopyrightText = "2024 Topola contributors"
|
|
SPDX-License-Identifier = "MIT"
|