From 26b9c54b01a0aa8a1550b94fe790cc8e0e05577d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 9 Aug 2022 13:25:11 +1000 Subject: License headers: add missing license headers --- tests/python/gpu_info.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/python/gpu_info.py') 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 -- cgit v1.2.3