License headers: add missing license identifiers

This commit is contained in:
2023-03-23 15:12:09 +11:00
parent da0a832f74
commit 80dfb885d7
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later. */
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "eevee_defines.hh"
#include "gpu_shader_create_info.hh"

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */
#include "gpu_testing.hh"
#include "MEM_guardedalloc.h"
@@ -46,4 +48,4 @@ static void test_texture_read()
}
GPU_TEST(texture_read)
} // namespace blender::gpu::tests
} // namespace blender::gpu::tests