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"