From 120b6470184cf16b11cf297a7cfa2fbb3d1166ca Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 27 Aug 2023 17:38:45 +0200 Subject: [PATCH] Fix license identifiers --- Cargo.toml | 2 +- crates/macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 463392a..11ab6c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "php-tokio" repository = "https://github.com/danog/php-tokio" homepage = "https://github.com/danog/php-tokio" -license = "AGPLv3" +license = "AGPL-3.0-or-later" version = "0.1.0" authors = ["Daniil Gentili "] edition = "2021" diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 92b2d66..f8ec7f2 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -3,7 +3,7 @@ name = "php-tokio-derive" description = "Derive macros for php-tokio." repository = "https://github.com/danog/php-tokio" homepage = "https://github.com/danog/php-tokio" -license = "AGPLv3" +license = "AGPL-3.0-or-later" version = "0.1.0" authors = ["Daniil Gentili "] edition = "2021"