From 32acd5e888656a5c97dcd486ce3f4964eb890c90 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Sun, 25 Sep 2022 16:05:45 +0200 Subject: [PATCH] fixed license (again, again) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3077b2..c010e58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "epitls-pi" version = "1.0.0" edition = "2021" -license = "GPL" +license = "GPL-3.0+" description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse." repository = "https://github.com/MajorBarnulf/epitls-pi" authors = ["JOLIMAITRE Matthieu "]