10000 fix: use SPDX license identifiers · edgenai/llama_cpp-rs@2cb06ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cb06ae

Browse files
committed
fix: use SPDX license identifiers
1 parent 85f21a1 commit 2cb06ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/llama_cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "High-level bindings to llama.cpp with a focus on just being reall
55
edition = "2021"
66
authors = ["Dakota Thompson <me@scriptis.net>"]
77
repository = "https://github.com/binedge/llama_cpp-rs"
8-
license = "MIT OR APACHE-2.0"
8+
license = "MIT OR Apache-2.0"
99
include = ["src/**/*"]
1010
readme = "../../README.md"
1111
publish = true

crates/llama_cpp_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Automatically-generated bindings to llama.cpp's C API"
55
edition = "2021"
66
authors = ["Dakota Thompson <me@scriptis.net>"]
77
repository = "https://github.com/binedge/llama_cpp-rs"
8-
license = "MIT OR APACHE-2.0"
8+
license = "MIT OR Apache-2.0"
99
readme = "../../README.md"
1010
publish = true
1111

0 commit comments

Comments
 (0)
0