From 04ae842c1e31ab93bb0ca56ccbfce85c3c6efdd9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 23 Nov 2021 08:54:22 +0200 Subject: feat: change license to MIT-0 Sponsored-by: author --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 563f829..6096d85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "roadmap" -version = "0.2.0" +version = "0.3.0" authors = ["Lars Wirzenius "] edition = "2018" -license = "GPL-3.0-or-later" +license = "MIT-0" description = "model a project roadmap as a directed acyclic graph" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.1