From d99ad871a69a4cebcba66e00971a6371e4bb29c7 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 16 Jan 2024 15:03:33 -0500 Subject: [PATCH] Fix missing LICENSE file in b3sum crate Add a symbolic link to the top-level license file; this is dereferenced by cargo publish, and the LICENSE appears as a regular file in the published crate. --- b3sum/LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 b3sum/LICENSE diff --git a/b3sum/LICENSE b/b3sum/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/b3sum/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file