License headers: use SPDX-FileCopyrightText in all sources

This commit is contained in:
Campbell Barton
2023-06-15 13:09:04 +10:00
parent 136fcec288
commit 65f99397ec
1579 changed files with 2574 additions and 1289 deletions

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright 2015 Blender Foundation */
/* SPDX-FileCopyrightText: 2015 Blender Foundation
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#include "openvdb_capi.h"
#include <openvdb/openvdb.h>

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright 2015 Blender Foundation */
/* SPDX-FileCopyrightText: 2015 Blender Foundation
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __OPENVDB_CAPI_H__
#define __OPENVDB_CAPI_H__