From 141da9bd04889e0a5a1d1bdd1224e1393eaa9985 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Mar 2025 10:53:19 +1100 Subject: [PATCH] License headers: add license header to bl_sculpt.py test --- tests/python/bl_sculpt.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/python/bl_sculpt.py b/tests/python/bl_sculpt.py index 340a9c7fcaf..3e8473755cf 100644 --- a/tests/python/bl_sculpt.py +++ b/tests/python/bl_sculpt.py @@ -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