make license: mention Blender Foundation copyright for the bundle

This commit is contained in:
Dalai Felinto 2024-12-03 17:53:04 +01:00 committed by Thomas Dinges
parent 163620c63c
commit 68dd7b72b3

View file

@ -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-<THIS-YEAR> Blender Foundation`,
it contains dependencies which have different licenses.
<SPDX:GPL-3.0-or-later>
"""
""".replace("<THIS-YEAR>", str(datetime.date.today().year))
INTRODUCTION += r"""
## Fonts