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:
authorHans Goudey <h.goudey@me.com>2022-09-14 16:54:04 +0300
committerHans Goudey <h.goudey@me.com>2022-09-14 16:54:04 +0300
commit643e94c03202c834643abb5812c16e44cf419d82 (patch)
tree95279cdb420ffd948735d75f44ab5a3ee840d837 /source/blender/blenlib
parent56fb2a5ed0f54af198d450542c3536be516d7214 (diff)
Cleanup: Add missing licence headers
Missed in eaf416693dcb
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/array_utils.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/array_utils.cc b/source/blender/blenlib/intern/array_utils.cc
index d4266295944..a0fc8810199 100644
--- a/source/blender/blenlib/intern/array_utils.cc
+++ b/source/blender/blenlib/intern/array_utils.cc
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
#include "BLI_array_utils.hh"
#include "BLI_task.hh"