From 892bb22c2921ce19f35ba5b85fe56ace10a7cebb Mon Sep 17 00:00:00 2001 From: Bruno Dal Bo Date: Wed, 21 Aug 2024 12:12:35 -0700 Subject: [PATCH] Symlink licenses to the async crate Makes the licenses available in the packages uploaded to crates.io from `cargo package` which helps vendoring with explicit licensing. --- async/LICENSE-APACHE | 1 + async/LICENSE-MIT | 1 + 2 files changed, 2 insertions(+) create mode 120000 async/LICENSE-APACHE create mode 120000 async/LICENSE-MIT diff --git a/async/LICENSE-APACHE b/async/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/async/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/async/LICENSE-MIT b/async/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/async/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file