From 68dd7b72b33f7352de2b2fbe9145c2fc96994814 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 3 Dec 2024 17:53:04 +0100 Subject: [PATCH] make license: mention Blender Foundation copyright for the bundle --- tools/utils_maintenance/make_license.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/utils_maintenance/make_license.py b/tools/utils_maintenance/make_license.py index 106420fc514..d2c4f3eea7a 100644 --- a/tools/utils_maintenance/make_license.py +++ b/tools/utils_maintenance/make_license.py @@ -3,6 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # pylint: disable=missing-function-docstring, missing-module-docstring, missing-class-docstring +import datetime import itertools import json import os @@ -48,12 +49,13 @@ Then run `make license` and commit `license.md`. --> # Blender Third-Party Licenses -While Blender itself is released under [GPU-GPL 3.0 or later](https://spdx.org/licenses/GPL-3.0-or-later.html), +While Blender itself is released under [GPU-GPL 3.0 or later](https://spdx.org/licenses/GPL-3.0-or-later.html) +`© 2011- Blender Foundation`, it contains dependencies which have different licenses. -""" +""".replace("", str(datetime.date.today().year)) INTRODUCTION += r""" ## Fonts