Skip to content

Commit

Permalink
fix: use SPDX license identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptis committed Oct 25, 2023
1 parent 85f21a1 commit 2cb06ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/llama_cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "High-level bindings to llama.cpp with a focus on just being reall
edition = "2021"
authors = ["Dakota Thompson <me@scriptis.net>"]
repository = "https://github.com/binedge/llama_cpp-rs"
license = "MIT OR APACHE-2.0"
license = "MIT OR Apache-2.0"
include = ["src/**/*"]
readme = "../../README.md"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crates/llama_cpp_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Automatically-generated bindings to llama.cpp's C API"
edition = "2021"
authors = ["Dakota Thompson <me@scriptis.net>"]
repository = "https://github.com/binedge/llama_cpp-rs"
license = "MIT OR APACHE-2.0"
license = "MIT OR Apache-2.0"
readme = "../../README.md"
publish = true

Expand Down

0 comments on commit 2cb06ae

Please sign in to comment.