From 643e94c03202c834643abb5812c16e44cf419d82 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 14 Sep 2022 08:54:04 -0500 Subject: Cleanup: Add missing licence headers Missed in eaf416693dcb --- source/blender/blenlib/intern/array_utils.cc | 2 ++ source/blender/geometry/GEO_trim_curves.hh | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'source') 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" -- cgit v1.2.3