From 5ebd9c35ec0433ee8bd30bf3ab0ec1d689bdbad1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 6 Dec 2025 08:26:04 +0000 Subject: [PATCH] Fix missing LICENSE files in published crates Signed-off-by: Benjamin A. Beasley --- cargo-cyclonedx/LICENSE | 1 + cyclonedx-bom-macros/LICENSE | 1 + cyclonedx-bom/LICENSE | 1 + 3 files changed, 3 insertions(+) create mode 120000 cargo-cyclonedx/LICENSE create mode 120000 cyclonedx-bom-macros/LICENSE create mode 120000 cyclonedx-bom/LICENSE diff --git a/cargo-cyclonedx/LICENSE b/cargo-cyclonedx/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/cargo-cyclonedx/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/cyclonedx-bom-macros/LICENSE b/cyclonedx-bom-macros/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/cyclonedx-bom-macros/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/cyclonedx-bom/LICENSE b/cyclonedx-bom/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/cyclonedx-bom/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file