From 9284bb05e62ca059ae1b78aa2012b82eb50d63b6 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 18 Aug 2023 12:31:49 +0200 Subject: [PATCH] Add symlinks for the LICENSE file in individual crate directories This should ensure sure that the LICENSE file is included in crates produced by 'cargo publish'. https://bugzilla.redhat.com/show_bug.cgi?id=2231612#c2 --- glycin-utils/LICENSE | 1 + glycin/LICENSE | 1 + 2 files changed, 2 insertions(+) create mode 120000 glycin-utils/LICENSE create mode 120000 glycin/LICENSE diff --git a/glycin-utils/LICENSE b/glycin-utils/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/glycin-utils/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/glycin/LICENSE b/glycin/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/glycin/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file -- GitLab