Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img src="docs/branding/java-llama-cpp.svg" alt="java-llama.cpp" width="720">
</p>

> [!NOTE]
> **No IDE or local setup required.** This repository is optimized for fully AI-assisted development using [Claude Code](https://claude.ai/code). No local toolchain, no IDE, nothing to install — everything works completely through Claude.

Expand Down
12 changes: 12 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ path = "llama/patches/**"
SPDX-FileCopyrightText = "2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>"
SPDX-License-Identifier = "MIT"

# Project logo / branding assets (binary + generated SVG, cannot carry inline SPDX
# without corrupting the base64-embedded font). Same MIT OR Apache-2.0 dual license
# the author ships them under in the workspace repo (the embedded Martian Mono font
# is OFL-1.1; only the standalone .ttf — not shipped here — carries that identifier).
[[annotations]]
path = [
"docs/branding/java-llama-cpp.svg",
"docs/branding/java-llama-cpp.png",
]
SPDX-FileCopyrightText = "2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>"
SPDX-License-Identifier = "MIT OR Apache-2.0"

# Test image (binary, cannot carry inline SPDX)
[[annotations]]
path = "llama/src/test/resources/images/test-image.jpg"
Expand Down
Binary file added docs/branding/java-llama-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/branding/java-llama-cpp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading