From 7f2c0715456939ac6196d8f457c6c540086f3608 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 22 Jun 2023 22:43:36 +0800 Subject: [PATCH] build: Fix license identifier according to 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 = [