License headers: add SPDX headers

This commit is contained in:
Campbell Barton
2024-07-20 13:55:45 +10:00
parent a616799607
commit f5ec03698c
2 changed files with 11 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"