[Bf-blender-cvs] [643e94c0320] master: Cleanup: Add missing licence headers

Hans Goudey noreply at git.blender.org
Wed Sep 14 15:59:36 CEST 2022


Commit: 643e94c03202c834643abb5812c16e44cf419d82
Author: Hans Goudey
Date:   Wed Sep 14 08:54:04 2022 -0500
Branches: master
https://developer.blender.org/rB643e94c03202c834643abb5812c16e44cf419d82

Cleanup: Add missing licence headers

Missed in eaf416693dcb

===================================================================

M	source/blender/blenlib/intern/array_utils.cc
M	source/blender/geometry/GEO_trim_curves.hh

===================================================================

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"
 
diff --git a/source/blender/geometry/GEO_trim_curves.hh b/source/blender/geometry/GEO_trim_curves.hh
index 3c07b5628ea..8275e3cbace 100644
--- a/source/blender/geometry/GEO_trim_curves.hh
+++ b/source/blender/geometry/GEO_trim_curves.hh
@@ -1,3 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#pragma once
+
 #include "BLI_span.hh"
 
 #include "BKE_curves.hh"



More information about the Bf-blender-cvs mailing list