Skip to content

Commit 9717c09

Browse files
committed
chore: ignore REUSE checks in AGENTS.md
- SPDX Headers are mentioned in main text throwing off reuse lint
1 parent 740dbc3 commit 9717c09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ SPDX-FileCopyrightText: 2025 Alexander Minges
77

88
## Project Structure & Module Organization
99

10+
<!-- REUSE-IgnoreStart -->
11+
1012
- Rust 2024 crate; entry point at `src/main.rs`, which calls `app::run()` to start eframe/egui. SPDX headers on sources: `SPDX-License-Identifier: MIT` plus one or more `SPDX-FileCopyrightText` lines naming actual authors (add additional lines for significant contributors).
13+
<!-- REUSE-IgnoreEnd -->
1114
- License text duplicated for REUSE: root `LICENSE` plus `LICENSES/MIT.txt` (SPDX MIT identifier).
1215
- See "Module Responsibilities" below for detailed module-level responsibilities and file layout.
1316
- No build script needed; egui compiles directly with the Rust code.

0 commit comments

Comments
 (0)