mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-26 08:07:51 +00:00
35 lines
1.1 KiB
TOML
35 lines
1.1 KiB
TOML
# SPDX-FileCopyrightText: 2022 Andrea Pappacoda <andrea@pappacoda.it>
|
|
# SPDX-FileCopyrightText: 2022 - 2025 Stone Tickle <lattis@mochiro.moe>
|
|
# SPDX-FileCopyrightText: 2024 Andrew McNulty <amcn102@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
version = 1
|
|
SPDX-PackageName = "muon"
|
|
SPDX-PackageSupplier = "Stone Tickle <lattis@mochiro.moe>"
|
|
SPDX-PackageDownloadLocation = "https://muon.build"
|
|
|
|
[[annotations]]
|
|
path = "tests/project/unit/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = ["The Meson development team", "Stone Tickle <lattis@mochiro.moe>"]
|
|
SPDX-License-Identifier = "Apache-2.0"
|
|
|
|
[[annotations]]
|
|
path = "tests/fmt/cases/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Stone Tickle <lattis@mochiro.moe>"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = "tests/lsp/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Stone Tickle <lattis@mochiro.moe>"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = "doc/book/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Stone Tickle <lattis@mochiro.moe>"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|