From 7a6a8c67e049ae2e621ec8d00c067b2e0cc2b2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 22:38:22 +0100 Subject: [PATCH] fixed wrong spdx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9e1976..d853e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Finding potential software vulnerabilities from git commit messag authors = [ "Alexandre Dulaunoy " ] -license = "GPL-3.0-or-later" +license = "AGPL-3.0-or-later" readme = "README.md"