Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-04 06:58:53 +0300
committerCampbell Barton <campbell@blender.org>2022-05-04 06:58:53 +0300
commit2a89509e45244fc2df54b5c346305238a2889324 (patch)
treef6c0495f46f6d1b1621099766df4a2ef6b9d92da /source/blender/draw/engines/eevee_next/eevee_shader_shared.hh
parente86b62f1951bd6df4f1d487c06796e7e595b1053 (diff)
License headers: add missing license headers
Add missing license headers based on files in the same directory.
Diffstat (limited to 'source/blender/draw/engines/eevee_next/eevee_shader_shared.hh')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_shader_shared.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh b/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh
index 2c539339952..2225ccac43a 100644
--- a/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh
+++ b/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/**
* Shared structures, enums & defines between C++ and GLSL.