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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-10-19 04:52:54 +0300
committerCampbell Barton <campbell@blender.org>2022-10-19 04:52:54 +0300
commit8115d30dcaddeb399ea9a557694788b03505b2bd (patch)
tree36c9d0a8863d9346089ff61e7882176da2431888 /source
parentbe32882e1c40eb1cb72deab0bb6ee54fff917ca2 (diff)
License headers: add missing license identifiers
Diffstat (limited to 'source')
-rw-r--r--source/blender/gpu/metal/mtl_batch.mm1
-rw-r--r--source/blender/gpu/metal/mtl_drawlist.mm2
2 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/gpu/metal/mtl_batch.mm b/source/blender/gpu/metal/mtl_batch.mm
index e9804d4be77..3961e7a71a0 100644
--- a/source/blender/gpu/metal/mtl_batch.mm
+++ b/source/blender/gpu/metal/mtl_batch.mm
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
diff --git a/source/blender/gpu/metal/mtl_drawlist.mm b/source/blender/gpu/metal/mtl_drawlist.mm
index 76e2abb4ea6..dc3e4665dcf 100644
--- a/source/blender/gpu/metal/mtl_drawlist.mm
+++ b/source/blender/gpu/metal/mtl_drawlist.mm
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
/** \file
* \ingroup gpu
*