From 80300763b107b42b684ba09a541e1a159cdd9acb Mon Sep 17 00:00:00 2001 From: Paul Mabileau Date: Wed, 7 Feb 2024 22:56:56 +0100 Subject: [PATCH] Chore(cargo-test-*): Add license file links Signed-off-by: Paul Mabileau --- crates/cargo-test-macro/LICENSE-APACHE | 1 + crates/cargo-test-macro/LICENSE-MIT | 1 + crates/cargo-test-support/LICENSE-APACHE | 1 + crates/cargo-test-support/LICENSE-MIT | 1 + 4 files changed, 4 insertions(+) create mode 120000 crates/cargo-test-macro/LICENSE-APACHE create mode 120000 crates/cargo-test-macro/LICENSE-MIT create mode 120000 crates/cargo-test-support/LICENSE-APACHE create mode 120000 crates/cargo-test-support/LICENSE-MIT diff --git a/crates/cargo-test-macro/LICENSE-APACHE b/crates/cargo-test-macro/LICENSE-APACHE new file mode 120000 index 000000000..1cd601d0a --- /dev/null +++ b/crates/cargo-test-macro/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/cargo-test-macro/LICENSE-MIT b/crates/cargo-test-macro/LICENSE-MIT new file mode 120000 index 000000000..b2cfbdc7b --- /dev/null +++ b/crates/cargo-test-macro/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/crates/cargo-test-support/LICENSE-APACHE b/crates/cargo-test-support/LICENSE-APACHE new file mode 120000 index 000000000..1cd601d0a --- /dev/null +++ b/crates/cargo-test-support/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/cargo-test-support/LICENSE-MIT b/crates/cargo-test-support/LICENSE-MIT new file mode 120000 index 000000000..b2cfbdc7b --- /dev/null +++ b/crates/cargo-test-support/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file