13 lines
381 B
TOML
13 lines
381 B
TOML
|
version = 1
|
||
|
[[annotations]]
|
||
|
SPDX-FileCopyrightText = "2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>"
|
||
|
SPDX-License-Identifier = "EUPL-1.2"
|
||
|
path = [".envrc", ".gitignore", "REUSE.toml"]
|
||
|
precedence = "closest"
|
||
|
|
||
|
[[annotations]]
|
||
|
SPDX-FileCopyrightText = "The [npins](https://github.com/andir/npins) contributors"
|
||
|
SPDX-License-Identifier = "EUPL-1.2"
|
||
|
path = "npins/*"
|
||
|
precedence = "closest"
|