License headers: add license header to source/blender/gpu/metal

This commit is contained in:
Campbell Barton 2022-03-23 11:47:05 +11:00
parent 366abae3e7
commit d2336237cf
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
*/
@ -74,4 +76,4 @@ class MTLBackend : public GPUBackend {
};
} // namespace gpu
} // namespace blender
} // namespace blender

View File

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

View File

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