From b97e45c0e8bd08420b66d43393a52e68b068f5f5 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 31 Mar 2026 11:38:42 -0400 Subject: [PATCH] Include license files in packages --- crates/wasi-ext/LICENSE-APACHE | 1 + crates/wasi-ext/LICENSE-Apache-2.0_WITH_LLVM-exception | 1 + crates/wasi-ext/LICENSE-MIT | 1 + crates/wasip1/LICENSE-APACHE | 1 + crates/wasip1/LICENSE-Apache-2.0_WITH_LLVM-exception | 1 + crates/wasip1/LICENSE-MIT | 1 + crates/wasip2/LICENSE-APACHE | 1 + crates/wasip2/LICENSE-Apache-2.0_WITH_LLVM-exception | 1 + crates/wasip2/LICENSE-MIT | 1 + crates/wasip3/LICENSE-APACHE | 1 + crates/wasip3/LICENSE-Apache-2.0_WITH_LLVM-exception | 1 + crates/wasip3/LICENSE-MIT | 1 + crates/witx-bindgen/LICENSE-APACHE | 1 + crates/witx-bindgen/LICENSE-Apache-2.0_WITH_LLVM-exception | 1 + crates/witx-bindgen/LICENSE-MIT | 1 + 15 files changed, 15 insertions(+) create mode 120000 crates/wasi-ext/LICENSE-APACHE create mode 120000 crates/wasi-ext/LICENSE-Apache-2.0_WITH_LLVM-exception create mode 120000 crates/wasi-ext/LICENSE-MIT create mode 120000 crates/wasip1/LICENSE-APACHE create mode 120000 crates/wasip1/LICENSE-Apache-2.0_WITH_LLVM-exception create mode 120000 crates/wasip1/LICENSE-MIT create mode 120000 crates/wasip2/LICENSE-APACHE create mode 120000 crates/wasip2/LICENSE-Apache-2.0_WITH_LLVM-exception create mode 120000 crates/wasip2/LICENSE-MIT create mode 120000 crates/wasip3/LICENSE-APACHE create mode 120000 crates/wasip3/LICENSE-Apache-2.0_WITH_LLVM-exception create mode 120000 crates/wasip3/LICENSE-MIT create mode 120000 crates/witx-bindgen/LICENSE-APACHE create mode 120000 crates/witx-bindgen/LICENSE-Apache-2.0_WITH_LLVM-exception create mode 120000 crates/witx-bindgen/LICENSE-MIT diff --git a/crates/wasi-ext/LICENSE-APACHE b/crates/wasi-ext/LICENSE-APACHE new file mode 120000 index 00000000..1cd601d0 --- /dev/null +++ b/crates/wasi-ext/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/wasi-ext/LICENSE-Apache-2.0_WITH_LLVM-exception b/crates/wasi-ext/LICENSE-Apache-2.0_WITH_LLVM-exception new file mode 120000 index 00000000..3a28a354 --- /dev/null +++ b/crates/wasi-ext/LICENSE-Apache-2.0_WITH_LLVM-exception @@ -0,0 +1 @@ +../../LICENSE-Apache-2.0_WITH_LLVM-exception \ No newline at end of file diff --git a/crates/wasi-ext/LICENSE-MIT b/crates/wasi-ext/LICENSE-MIT new file mode 120000 index 00000000..b2cfbdc7 --- /dev/null +++ b/crates/wasi-ext/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/crates/wasip1/LICENSE-APACHE b/crates/wasip1/LICENSE-APACHE new file mode 120000 index 00000000..1cd601d0 --- /dev/null +++ b/crates/wasip1/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/wasip1/LICENSE-Apache-2.0_WITH_LLVM-exception b/crates/wasip1/LICENSE-Apache-2.0_WITH_LLVM-exception new file mode 120000 index 00000000..3a28a354 --- /dev/null +++ b/crates/wasip1/LICENSE-Apache-2.0_WITH_LLVM-exception @@ -0,0 +1 @@ +../../LICENSE-Apache-2.0_WITH_LLVM-exception \ No newline at end of file diff --git a/crates/wasip1/LICENSE-MIT b/crates/wasip1/LICENSE-MIT new file mode 120000 index 00000000..b2cfbdc7 --- /dev/null +++ b/crates/wasip1/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/crates/wasip2/LICENSE-APACHE b/crates/wasip2/LICENSE-APACHE new file mode 120000 index 00000000..1cd601d0 --- /dev/null +++ b/crates/wasip2/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/wasip2/LICENSE-Apache-2.0_WITH_LLVM-exception b/crates/wasip2/LICENSE-Apache-2.0_WITH_LLVM-exception new file mode 120000 index 00000000..3a28a354 --- /dev/null +++ b/crates/wasip2/LICENSE-Apache-2.0_WITH_LLVM-exception @@ -0,0 +1 @@ +../../LICENSE-Apache-2.0_WITH_LLVM-exception \ No newline at end of file diff --git a/crates/wasip2/LICENSE-MIT b/crates/wasip2/LICENSE-MIT new file mode 120000 index 00000000..b2cfbdc7 --- /dev/null +++ b/crates/wasip2/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/crates/wasip3/LICENSE-APACHE b/crates/wasip3/LICENSE-APACHE new file mode 120000 index 00000000..1cd601d0 --- /dev/null +++ b/crates/wasip3/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/wasip3/LICENSE-Apache-2.0_WITH_LLVM-exception b/crates/wasip3/LICENSE-Apache-2.0_WITH_LLVM-exception new file mode 120000 index 00000000..3a28a354 --- /dev/null +++ b/crates/wasip3/LICENSE-Apache-2.0_WITH_LLVM-exception @@ -0,0 +1 @@ +../../LICENSE-Apache-2.0_WITH_LLVM-exception \ No newline at end of file diff --git a/crates/wasip3/LICENSE-MIT b/crates/wasip3/LICENSE-MIT new file mode 120000 index 00000000..b2cfbdc7 --- /dev/null +++ b/crates/wasip3/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/crates/witx-bindgen/LICENSE-APACHE b/crates/witx-bindgen/LICENSE-APACHE new file mode 120000 index 00000000..1cd601d0 --- /dev/null +++ b/crates/witx-bindgen/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/witx-bindgen/LICENSE-Apache-2.0_WITH_LLVM-exception b/crates/witx-bindgen/LICENSE-Apache-2.0_WITH_LLVM-exception new file mode 120000 index 00000000..3a28a354 --- /dev/null +++ b/crates/witx-bindgen/LICENSE-Apache-2.0_WITH_LLVM-exception @@ -0,0 +1 @@ +../../LICENSE-Apache-2.0_WITH_LLVM-exception \ No newline at end of file diff --git a/crates/witx-bindgen/LICENSE-MIT b/crates/witx-bindgen/LICENSE-MIT new file mode 120000 index 00000000..b2cfbdc7 --- /dev/null +++ b/crates/witx-bindgen/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file