License headers: add missing license headers

This commit is contained in:
Campbell Barton 2022-08-09 13:25:11 +10:00
parent a26b1a299f
commit 26b9c54b01
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "eevee_defines.hh"
#include "gpu_shader_create_info.hh"

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "eevee_defines.hh"
#include "gpu_shader_create_info.hh"

View File

@ -1,7 +1,9 @@
"""
Prints GPU backend information to the console and exits.
# SPDX-License-Identifier: GPL-2.0-or-later
Use this script as `blender --background --python gpu_info.py`.
"""
Prints GPU back-end information to the console and exits.
Use this script as `blender --background --python gpu_info.py`.
"""
import bpy
import gpu