Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-09 06:25:11 +0300
committerCampbell Barton <campbell@blender.org>2022-08-09 06:25:11 +0300
commit26b9c54b01a0aa8a1550b94fe790cc8e0e05577d (patch)
treec088c7d7de9c3f73d4791190e838715d64c8ddff /tests
parenta26b1a299fc37bd3626bd49b05ac7f7ed836d755 (diff)
License headers: add missing license headers
Diffstat (limited to 'tests')
-rw-r--r--tests/python/gpu_info.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/python/gpu_info.py b/tests/python/gpu_info.py
index 518fdc98bcc..426ce29e85d 100644
--- a/tests/python/gpu_info.py
+++ b/tests/python/gpu_info.py
@@ -1,7 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
"""
- Prints GPU backend information to the console and exits.
+Prints GPU back-end information to the console and exits.
- Use this script as `blender --background --python gpu_info.py`.
+Use this script as `blender --background --python gpu_info.py`.
"""
import bpy
import gpu