From 26c3bc3765f689d0edf497b895422c46a61cea0d Mon Sep 17 00:00:00 2001
From: James Sullivan <jfsulliv@google.com>
Date: Wed, 6 Mar 2024 00:44:56 +0000
Subject: [PATCH] Add LICENSE.md to derive/

Adds a symlink from derive/LICENSE.md back to the LICENSE.md file in the
root of the repository.  Since bincode_derive is published as a separate
crate, this ensures the license is bundled appropriately with the crate.
---
 derive/LICENSE.md | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 derive/LICENSE.md

diff --git a/derive/LICENSE.md b/derive/LICENSE.md
new file mode 120000
index 00000000..7eabdb1c
--- /dev/null
+++ b/derive/LICENSE.md
@@ -0,0 +1 @@
+../LICENSE.md
\ No newline at end of file