Cleanup: Add missing licence headers

Missed in eaf416693d
This commit is contained in:
Hans Goudey 2022-09-14 08:54:04 -05:00
parent 56fb2a5ed0
commit 643e94c032
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BLI_array_utils.hh"
#include "BLI_task.hh"

View File

@ -1,3 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#include "BLI_span.hh"
#include "BKE_curves.hh"