@@ -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]
7175SPDX-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 ]]
7585path = [
0 commit comments