From 45b1be505bc0efdbf4246bef57d3a3ed37f2c0c0 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 1 Oct 2022 13:43:31 +0200 Subject: [PATCH] Use license MPL-2.0 for binaries --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5b5c132..acdc935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "${REPO_NAME_LOWER}" +license = "MPL-2.0" version = "0.1.0" edition = "2021"