15 lines
678 B
TOML
15 lines
678 B
TOML
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
# REUSE configuration. The repository is REUSE-compliant (§13.4): every file
|
|
# carries SPDX metadata either inline (source) or via .reuse/dep5 (config,
|
|
# data, assets). `reuse lint` is a CI gate.
|
|
|
|
version: 1.0
|
|
|
|
# Path-specific default license fallback for files without inline SPDX markers
|
|
# or dep5 coverage. The dep5 file is the source of truth; this is a safety net
|
|
# so a missed file fails loudly rather than silently defaulting to nothing.
|
|
defaults:
|
|
- path: .
|
|
license: GPL-3.0-or-later
|
|
copyright: "2025 ai-ad4 and the FreePDFEditor contributors" |