Fix replacement of "Blender Foundation" in recent header change

The recent change to header copyrights [0] unintentionally changed
"Blender Foundation" to "Blender Authors" for the WIN32 file path
which blender is installed into.

Revert lines changed that aren't related to copyright text.

[0]: e955c94ed3
This commit is contained in:
Campbell Barton
2023-08-16 21:21:55 +10:00
parent cede822bdc
commit 92c4756d02
6 changed files with 9 additions and 9 deletions

View File

@@ -1957,7 +1957,7 @@ except ModuleNotFoundError:
fw(" 'papersize': 'a4paper',\n")
fw("}\n\n")
fw("latex_documents = [ ('contents', 'contents.tex', 'Blender Index', 'Blender Authors', 'manual'), ]\n")
fw("latex_documents = [ ('contents', 'contents.tex', 'Blender Index', 'Blender Foundation', 'manual'), ]\n")
# Workaround for useless links leading to compile errors
# See https://github.com/sphinx-doc/sphinx/issues/3866