From 281ba8a063250b3cf7051b3f52846a8e0b960aee Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Feb 2022 14:56:03 +1100 Subject: File headers: add missing copyright, add MIT to SPDX licenses --- .../gpu/shaders/infos/gpu_shader_2D_image_multi_rect_color_info.hh | 2 ++ source/blender/gpu/tests/gpu_testing.hh | 2 ++ 2 files changed, 4 insertions(+) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/shaders/infos/gpu_shader_2D_image_multi_rect_color_info.hh b/source/blender/gpu/shaders/infos/gpu_shader_2D_image_multi_rect_color_info.hh index 4b154a045ee..b2776175fe3 100644 --- a/source/blender/gpu/shaders/infos/gpu_shader_2D_image_multi_rect_color_info.hh +++ b/source/blender/gpu/shaders/infos/gpu_shader_2D_image_multi_rect_color_info.hh @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + #include "gpu_interface_info.hh" #include "gpu_shader_create_info.hh" diff --git a/source/blender/gpu/tests/gpu_testing.hh b/source/blender/gpu/tests/gpu_testing.hh index c45770cb94e..55ae2d7825a 100644 --- a/source/blender/gpu/tests/gpu_testing.hh +++ b/source/blender/gpu/tests/gpu_testing.hh @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: Apache-2.0 */ + #include "testing/testing.h" #include "GHOST_C-api.h" -- cgit v1.2.3