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-10-03 04:04:41 +0300
committerCampbell Barton <campbell@blender.org>2022-10-03 04:04:41 +0300
commit7afee060d09a5e9262ee17695fa308af30d4ef57 (patch)
tree032e61b6736bac605acc4af964a5a2b65b229979
parentd4d40f3b69d8d9d1cd65839d8b577010b708112d (diff)
Cleanup: add license header
-rw-r--r--source/blender/draw/intern/draw_pbvh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_pbvh.h b/source/blender/draw/intern/draw_pbvh.h
index eb3f3d55e0f..9e3401d864f 100644
--- a/source/blender/draw/intern/draw_pbvh.h
+++ b/source/blender/draw/intern/draw_pbvh.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
#pragma once
#include "DNA_customdata_types.h"