make license: Tweak on generated comments

After coming back to this file after a few months I myself did not remember where to edit it.
Adding the "Introduction and formatting" bullet item and update others for brevity.
This commit is contained in:
Dalai Felinto 2024-12-03 17:50:27 +01:00 committed by Thomas Dinges
parent ab337e0fd8
commit 163620c63c

View file

@ -37,10 +37,11 @@ INTRODUCTION = r"""<!--
This document is auto-generated with `make license`.
To update it, edit (paths relative to Blender projects root):
* For external libraries: ./build_files/build_environment/cmake/versions.cmake
* For internal libraries: ./extern/*/Blender.README
* For fonts: ./tools/utils_maintenance/make_license.py
* To add new licenses: ./release/license/licenses.json
* Introduction and formatting: ./tools/utils_maintenance/make_license.py
* External libraries: ./build_files/build_environment/cmake/versions.cmake
* Internal libraries: ./extern/*/Blender.README
* Fonts: ./tools/utils_maintenance/make_license.py
* New licenses: ./release/license/licenses.json
Then run `make license` and commit `license.md`.