mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
make license: mention Blender Foundation copyright for the bundle
This commit is contained in:
parent
163620c63c
commit
68dd7b72b3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue