[Bf-blender-cvs] [26b9c54b01a] master: License headers: add missing license headers

Campbell Barton noreply at git.blender.org
Tue Aug 9 05:25:52 CEST 2022


Commit: 26b9c54b01a0aa8a1550b94fe790cc8e0e05577d
Author: Campbell Barton
Date:   Tue Aug 9 13:25:11 2022 +1000
Branches: master
https://developer.blender.org/rB26b9c54b01a0aa8a1550b94fe790cc8e0e05577d

License headers: add missing license headers

===================================================================

M	source/blender/draw/engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh
M	source/blender/draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh
M	tests/python/gpu_info.py

===================================================================

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



More information about the Bf-blender-cvs mailing list