From 7e64ae6c8aebbec5a21a0439c5ba86b2edaa240b Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Mon, 22 Jan 2024 09:20:56 +0100 Subject: [PATCH] Add missing license files Adding the symlinks to the license files was missing when adding the crate. Without this, "cargo publish" will not include them. Both the Apache-2.0 and MIT licenses require that redistributed sources contain a copy of the actual license text, Signed-off-by: Daniel Mellado --- cached_proc_macro/LICENSE | 1 + cached_proc_macro_types/LICENSE | 1 + 2 files changed, 2 insertions(+) create mode 120000 cached_proc_macro/LICENSE create mode 120000 cached_proc_macro_types/LICENSE diff --git a/cached_proc_macro/LICENSE b/cached_proc_macro/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/cached_proc_macro/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/cached_proc_macro_types/LICENSE b/cached_proc_macro_types/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/cached_proc_macro_types/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file