From e7ecdef19097428d81a8de65713cb7f36c780b57 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 14 Jan 2019 13:33:24 +0100 Subject: Replace license identifier GPL-3.0+ with GPL-3.0-or-later Cargo uses SPDX 2.1 license identifiers. The identifier GPL-3.0+ is deprecated as of version 2.0rc2 [0]. The current license identifier for GNU General Public License v3.0 or later is GPL-3.0-or-later [1]. [0] https://spdx.org/licenses/GPL-3.0+.html [1] https://spdx.org/licenses/GPL-3.0-or-later.html --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 0128925..7b8dfc7 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -22,7 +22,7 @@ name = "nitrocli" version = "0.2.2" edition = "2018" authors = ["Daniel Mueller "] -license = "GPL-3.0+" +license = "GPL-3.0-or-later" homepage = "https://github.com/d-e-s-o/nitrocli" repository = "https://github.com/d-e-s-o/nitrocli.git" readme = "README.md" -- cgit v1.2.1