Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-09 08:44:03 +0300
committerCampbell Barton <campbell@blender.org>2022-09-09 08:44:03 +0300
commitfb07bbb751223ddfa25ad326ae31004e5e5b96fb (patch)
treeeb7ce92fe92887256884b26db54b565cc8baec67 /source/blender/gpu
parent274dc024f62c4d65cbcf6689462327068c4d2206 (diff)
License headers: use SPDX identifiers
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/metal/mtl_index_buffer.hh1
-rw-r--r--source/blender/gpu/metal/mtl_index_buffer.mm2
2 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/gpu/metal/mtl_index_buffer.hh b/source/blender/gpu/metal/mtl_index_buffer.hh
index fde26b16927..702aa7f27d6 100644
--- a/source/blender/gpu/metal/mtl_index_buffer.hh
+++ b/source/blender/gpu/metal/mtl_index_buffer.hh
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
diff --git a/source/blender/gpu/metal/mtl_index_buffer.mm b/source/blender/gpu/metal/mtl_index_buffer.mm
index 99795d7bbd9..2195ab7538d 100644
--- a/source/blender/gpu/metal/mtl_index_buffer.mm
+++ b/source/blender/gpu/metal/mtl_index_buffer.mm
@@ -1,7 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
*/
+
#include "mtl_index_buffer.hh"
#include "mtl_context.hh"
#include "mtl_debug.hh"