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 --- source/blender/gpu/tests/gpu_testing.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/gpu/tests') 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