From 7b6bd0b0fe93b77abff533621194ea3874747034 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Tue, 30 Jul 2024 16:57:14 -0500 Subject: [PATCH] Add license to blazesym-c crate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Symlink the main license file so it is available when packaged. ``` michel in blazesym/capi on  add-license is 📦 v0.1.0-rc.0 via 🦀 v1.77.1 ⬢ [fedora:40] ❯ cargo package --list | grep LICENSE LICENSE ``` Signed-off-by: Michel Lind --- capi/Cargo.toml | 2 +- capi/LICENSE | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 capi/LICENSE diff --git a/capi/Cargo.toml b/capi/Cargo.toml index fa50e17b..7c6d222e 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -22,7 +22,7 @@ keywords = [ "stacktrace", "tracing", ] -include = ["src/**/*", "include/**/*", "!**/examples/**/*", "README.md", "CHANGELOG.md", "examples/input-struct-init.c", "build.rs"] +include = ["src/**/*", "include/**/*", "!**/examples/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples/input-struct-init.c", "build.rs"] autobenches = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/capi/LICENSE b/capi/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/capi/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file