From fcf1d6893a21b989ed3eebe98931803919b6c272 Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 16:32:14 +0200 Subject: [PATCH] =?UTF-8?q?Hopefully=20used=20the=20correct=20name=20for?= =?UTF-8?q?=20the=20license=20this=20time=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- sing_macros/Cargo.toml | 2 +- sing_parse/Cargo.toml | 2 +- sing_util/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8f13b3..39e55bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ name = "sing_rs" version = "0.1.0" edition = "2021" -license = "AGPL" +license = "AGPL-3.0-or-later" license_file = "LICENSE.md" authors = [ "Daniel Mowitz" ] repository = "https://gitea.chaostreff-alzey.de/Thelie/sing" diff --git a/sing_macros/Cargo.toml b/sing_macros/Cargo.toml index 2bcf9a7..34fc940 100644 --- a/sing_macros/Cargo.toml +++ b/sing_macros/Cargo.toml @@ -2,7 +2,7 @@ name = "sing_macros" version = "0.1.0" edition = "2021" -license = "AGPL" +license = "AGPL-3.0-or-later" license_file = "../LICENSE.md" authors = [ "Daniel Mowitz" ] description = "Macros for sing_rs" diff --git a/sing_parse/Cargo.toml b/sing_parse/Cargo.toml index 6c4375e..5e87cbd 100644 --- a/sing_parse/Cargo.toml +++ b/sing_parse/Cargo.toml @@ -2,7 +2,7 @@ name = "sing_parse" version = "0.1.0" edition = "2021" -license = "AGPL" +license = "AGPL-3.0-or-later" license_file = "../LICENSE.md" authors = [ "Daniel Mowitz" ] description = "Parsing utilities for sing_rs" diff --git a/sing_util/Cargo.toml b/sing_util/Cargo.toml index da8a546..7b9d538 100644 --- a/sing_util/Cargo.toml +++ b/sing_util/Cargo.toml @@ -2,7 +2,7 @@ name = "sing_util" version = "0.1.0" edition = "2021" -license = "AGPL" +license = "AGPL-3.0-or-later" license_file = "../LICENSE.md" authors = [ "Daniel Mowitz" ] description = "Internal functions and types for sing_rs"