From 0f2f9cd23025769e3ad8b3eac23b0c15e21503cb Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 22 Aug 2024 10:54:00 +0200 Subject: [PATCH] Extensions: Update the example license on the manifest template Use GNU/GPL 3.0 or later instead of 2.0 or later. --- scripts/templates_toml/blender_manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates_toml/blender_manifest.toml b/scripts/templates_toml/blender_manifest.toml index 891ec1c68d1..9c538339fa2 100644 --- a/scripts/templates_toml/blender_manifest.toml +++ b/scripts/templates_toml/blender_manifest.toml @@ -25,7 +25,7 @@ blender_version_min = "4.2.0" # License conforming to https://spdx.org/licenses/ (use "SPDX: prefix) # https://docs.blender.org/manual/en/dev/advanced/extensions/licenses.html license = [ - "SPDX:GPL-2.0-or-later", + "SPDX:GPL-3.0-or-later", ] # Optional: required by some licenses. # copyright = [