From 32ec290fe812c2d4af6a8fb9fb9004c5f10f6f3a Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Thu, 22 Jan 2026 21:20:53 +0000 Subject: [PATCH] Include LICENSE in crates These symlinks will allow cargo to add the LICENSE file to the crate on next publish. --- valuable-derive/LICENSE | 1 + valuable-serde/LICENSE | 1 + valuable/LICENSE | 1 + 3 files changed, 3 insertions(+) create mode 120000 valuable-derive/LICENSE create mode 120000 valuable-serde/LICENSE create mode 120000 valuable/LICENSE diff --git a/valuable-derive/LICENSE b/valuable-derive/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/valuable-derive/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/valuable-serde/LICENSE b/valuable-serde/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/valuable-serde/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/valuable/LICENSE b/valuable/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/valuable/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file