From 86ce140249c20747fc9ebe151214fa6985911a01 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 3 May 2022 14:55:10 +0100 Subject: [PATCH] ensure all crates include license files closes #456 --- local-channel/LICENSE-APACHE | 1 + local-channel/LICENSE-MIT | 1 + local-waker/LICENSE-APACHE | 1 + local-waker/LICENSE-MIT | 1 + 4 files changed, 4 insertions(+) create mode 120000 local-channel/LICENSE-APACHE create mode 120000 local-channel/LICENSE-MIT create mode 120000 local-waker/LICENSE-APACHE create mode 120000 local-waker/LICENSE-MIT diff --git a/local-channel/LICENSE-APACHE b/local-channel/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/local-channel/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/local-channel/LICENSE-MIT b/local-channel/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/local-channel/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/local-waker/LICENSE-APACHE b/local-waker/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/local-waker/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/local-waker/LICENSE-MIT b/local-waker/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/local-waker/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file