From 2ebcaf2f39c56638035fbe2834e1767ca0aef63d Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 16:29:11 +0200 Subject: [PATCH] Changed license field so crates.io is content. --- 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 8f00c3e..e8f13b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ name = "sing_rs" version = "0.1.0" edition = "2021" -license = "AGPLv3" +license = "AGPL" 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 e35b559..2bcf9a7 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 = "AGPLv3" +license = "AGPL" 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 81af18b..6c4375e 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 = "AGPLv3" +license = "AGPL" 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 f75bd16..da8a546 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 = "AGPLv3" +license = "AGPL" license_file = "../LICENSE.md" authors = [ "Daniel Mowitz" ] description = "Internal functions and types for sing_rs"