From b0c29818eef5ec400ffc10a23b59f6b7d8e40927 Mon Sep 17 00:00:00 2001 From: mars Date: Sat, 26 Nov 2022 22:06:09 -0700 Subject: [PATCH] Add AGPL license to magpie Cargo.toml --- apps/magpie/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/magpie/Cargo.toml b/apps/magpie/Cargo.toml index 1dcb110..37e72e8 100644 --- a/apps/magpie/Cargo.toml +++ b/apps/magpie/Cargo.toml @@ -2,6 +2,7 @@ name = "canary-magpie" version = "0.1.0" edition = "2021" +license = "AGPL-3.0-or-later" [[bin]] name = "magpie"