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"