Skip to content

Commit f93b511

Browse files
committed
REUSE: annotate new docs, test image, and pre-existing untagged files
Adds the four files flagged by reuse-action to REUSE.toml: - docs/feature-investigation-llama-stack-client-kotlin.md - docs/history/49be664_open_issues.md - docs/history/49be664_open_issues_comments.md - src/test/resources/images/test-image.jpg (MIT, author-owned) - src/test/resources/images/README.md `reuse lint` now reports 179/179 compliant. https://claude.ai/code/session_016bmY4i7V3oABtDwqYKR6g6
1 parent 7582632 commit f93b511

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

REUSE.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ path = [
1313
"CLAUDE_TEST_GENERATION_PROMPT.md",
1414
"models/README.md",
1515
"docs/RELEASE.md",
16+
"docs/feature-investigation-llama-stack-client-kotlin.md",
1617
"docs/history/49be664_24918e4.md",
18+
"docs/history/49be664_open_issues.md",
19+
"docs/history/49be664_open_issues_comments.md",
1720
"docs/history/CHAT_INTEGRATION_SUMMARY.md",
1821
"docs/history/REFACTORING.md",
22+
"src/test/resources/images/README.md",
1923
".github/PULL_REQUEST_TEMPLATE.md",
2024
".github/ISSUE_TEMPLATE/bug_report.md",
2125
".github/ISSUE_TEMPLATE/feature_request.md",
@@ -70,6 +74,12 @@ SPDX-FileCopyrightText = [
7074
]
7175
SPDX-License-Identifier = "MIT"
7276

77+
# Test image (binary, cannot carry inline SPDX)
78+
[[annotations]]
79+
path = "src/test/resources/images/test-image.jpg"
80+
SPDX-FileCopyrightText = "2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>"
81+
SPDX-License-Identifier = "MIT"
82+
7383
# JNI header files from Oracle (GPL-2.0-only WITH Classpath-exception-2.0)
7484
[[annotations]]
7585
path = [

0 commit comments

Comments
 (0)