From 60bf31a4ad821a1fd3165382b10580ccd5af782f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 18 May 2025 11:19:28 -0400 Subject: [PATCH] Fix missing LICENSE files in published crates Add symbolic links to the top-level LICENSE file in the workspace crates --- include_dir/LICENSE | 1 + macros/LICENSE | 1 + 2 files changed, 2 insertions(+) create mode 120000 include_dir/LICENSE create mode 120000 macros/LICENSE diff --git a/include_dir/LICENSE b/include_dir/LICENSE new file mode 120000 index 0000000000..ea5b60640b --- /dev/null +++ b/include_dir/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/macros/LICENSE b/macros/LICENSE new file mode 120000 index 0000000000..ea5b60640b --- /dev/null +++ b/macros/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file