License headers: add license header to bl_sculpt.py test

This commit is contained in:
Campbell Barton
2025-03-06 10:53:19 +11:00
parent 7e6f8936e3
commit 141da9bd04

View File

@@ -1,3 +1,11 @@
# SPDX-FileCopyrightText: 2025 Blender Authors
#
# SPDX-License-Identifier: GPL-2.0-or-later */
__all__ = (
"main",
)
import unittest
import sys
import pathlib