From a4e68ebdbf0e0b591509f36316d12d9689d23f89 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 7 Mar 2024 14:03:05 +0100 Subject: [PATCH] aya: include license in crate workspace This PR includes the licenses files in the crate workspace subdirectory. Without this, they won't be showing on crates.io and would be giving out errors on tooling such as rust2rpm. Signed-off-by: Daniel Mellado --- aya/LICENSE-APACHE | 1 + aya/LICENSE-MIT | 1 + 2 files changed, 2 insertions(+) create mode 120000 aya/LICENSE-APACHE create mode 120000 aya/LICENSE-MIT diff --git a/aya/LICENSE-APACHE b/aya/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/aya/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/aya/LICENSE-MIT b/aya/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/aya/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file