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 --- .../engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh | 1 + .../draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh | 1 + tests/python/gpu_info.py | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/blender/draw/engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh b/source/blender/draw/engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh index 94ff694b147..b398a6cc4e7 100644 --- a/source/blender/draw/engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh +++ b/source/blender/draw/engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #include "eevee_defines.hh" #include "gpu_shader_create_info.hh" diff --git a/source/blender/draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh b/source/blender/draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh index e32020f2be6..d6ff34b0ed2 100644 --- a/source/blender/draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh +++ b/source/blender/draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #include "eevee_defines.hh" #include "gpu_shader_create_info.hh" 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