From f5ec03698c424eee188a8f4dc31a7fca230ffcfa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Jul 2024 13:55:45 +1000 Subject: [PATCH] License headers: add SPDX headers --- source/blender/animrig/intern/action_selection.cc | 8 ++++++++ source/blender/geometry/tests/GEO_merge_curves_test.cc | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/source/blender/animrig/intern/action_selection.cc b/source/blender/animrig/intern/action_selection.cc index 1700b08b255..56178ab7fb9 100644 --- a/source/blender/animrig/intern/action_selection.cc +++ b/source/blender/animrig/intern/action_selection.cc @@ -1,3 +1,11 @@ +/* SPDX-FileCopyrightText: 2023 Blender Authors + * + * SPDX-License-Identifier: GPL-2.0-or-later */ + +/** \file + * \ingroup animrig + */ + #include "DNA_action_types.h" #include "DNA_anim_types.h" diff --git a/source/blender/geometry/tests/GEO_merge_curves_test.cc b/source/blender/geometry/tests/GEO_merge_curves_test.cc index eee1b761fe5..60a3842b08c 100644 --- a/source/blender/geometry/tests/GEO_merge_curves_test.cc +++ b/source/blender/geometry/tests/GEO_merge_curves_test.cc @@ -1,4 +1,6 @@ -/* SPDX-License-Identifier: Apache-2.0 */ +/* SPDX-FileCopyrightText: 2024 Blender Authors + * + * SPDX-License-Identifier: Apache-2.0 */ #include "BKE_attribute.hh" #include "BKE_curves.hh"