From 03b48338127d8c89c7f7e0b9262c05f55c739bcc Mon Sep 17 00:00:00 2001 From: jfsulliv <64225707+jfsulliv@users.noreply.github.com> Date: Thu, 14 Mar 2024 01:40:10 -0700 Subject: [PATCH] Add LICENSE.md to derive/ (#698) 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. Co-authored-by: James Sullivan --- 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 0000000..7eabdb1 --- /dev/null +++ b/derive/LICENSE.md @@ -0,0 +1 @@ +../LICENSE.md \ No newline at end of file