iocaine/REUSE.toml

33 lines
834 B
TOML
Raw Normal View History

# SPDX-FileCopyrightText: 2025 Gergely Nagy
# SPDX-FileContributor: Gergely Nagy
#
# SPDX-License-Identifier: MIT
#
version = 1
SPDX-PackageName = "iocaine"
SPDX-PackageSupplier = "Gergely Nagy"
SPDX-PackageDownloadLocation = "https://git.madhouse-project.org/algernon/iocaine"
[[annotations]]
path = ["flake.lock", "Cargo.lock"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["README.md", "docs/**/*.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"docs/templates/**",
"docs/sass/**",
"templates/*.hbs",
"tests/data/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"