From 0d9e9967f6ed01d30f045ee2352b418bd63525cc Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 17 Nov 2022 14:31:01 +0100 Subject: [PATCH] add LICENSE symlinks to all individually published crates --- bindgen-cli/LICENSE | 1 + bindgen/LICENSE | 1 + 2 files changed, 2 insertions(+) create mode 120000 bindgen-cli/LICENSE create mode 120000 bindgen/LICENSE diff --git a/bindgen-cli/LICENSE b/bindgen-cli/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/bindgen-cli/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/bindgen/LICENSE b/bindgen/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/bindgen/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file