From 81d194e36895b7b50f6341469c057792304e5891 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 22 Jun 2023 21:13:45 +0800 Subject: [PATCH] build: update license identifier according to the license notice in source files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7851dd7..3d8f7d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "yamllint" description = "A linter for YAML files." readme = {file = "README.rst", content-type = "text/x-rst"} requires-python = ">=3.7" -license = {text = "GPL-3.0-only"} +license = {text = "GPL-3.0-or-later"} authors = [{name = "Adrien Vergé"}] keywords = ["yaml", "lint", "linter", "syntax", "checker"] classifiers = [