From 50be214b56e7a413881aa4d89c1e45ee4359b8d7 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 16 Nov 2025 19:08:49 +0100 Subject: [PATCH] chore(license): switch license variant to GPL-3.0-or-later (#1518) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98b3237f..dc710fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "topgrade" description = "Upgrade all the things" categories = ["os"] keywords = ["upgrade", "update"] -license = "GPL-3.0" +license = "GPL-3.0-or-later" repository = "https://github.com/topgrade-rs/topgrade" rust-version = "1.84.1" version = "16.2.1"