From a270f756d514a7d9bfa363285f236fee45a09aea Mon Sep 17 00:00:00 2001 From: login Date: Tue, 25 Apr 2023 21:51:25 +0800 Subject: [PATCH] update license identifier in cargo.toml (#6) * update license identifier in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0814e43..ffa3c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["longjin "] version = "0.1.0" edition = "2021" description = "DragonOS Application Development Kit\nDragonOS应用开发工具" -license = "GPLv2" +license = "GPL-2.0-only" repository = "https://github.com/DragonOS-Community/DADK.git" readme = "README.md"