From 85bb37e037006702b96bf5134189d5a7bfbca230 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 1 Feb 2022 19:41:03 +0100 Subject: [PATCH] Add a license to the gain example --- plugins/gain/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gain/Cargo.toml b/plugins/gain/Cargo.toml index a2910a73..7b6e3125 100644 --- a/plugins/gain/Cargo.toml +++ b/plugins/gain/Cargo.toml @@ -2,6 +2,7 @@ name = "gain" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" [lib] crate-type = ["cdylib"]