License headers: use SPDX identifiers

This commit is contained in:
Campbell Barton
2022-09-09 15:44:03 +10:00
parent 274dc024f6
commit fb07bbb751
3 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/* Apache License, Version 2.0 */
/* SPDX-License-Identifier: Apache-2.0 */
#include "BLI_bit_vector.hh"
#include "BLI_exception_safety_test_utils.hh"

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu

View File

@@ -1,7 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
*/
#include "mtl_index_buffer.hh"
#include "mtl_context.hh"
#include "mtl_debug.hh"