[Bf-blender-cvs] [ea6a7914609] tmp-gpu-shader-descriptor-2: Add missing license notice.

Jeroen Bakker noreply at git.blender.org
Wed Jan 12 14:05:10 CET 2022


Commit: ea6a7914609cbfd4e8019812fc7d2f0469fa9d54
Author: Jeroen Bakker
Date:   Wed Jan 12 14:03:32 2022 +0100
Branches: tmp-gpu-shader-descriptor-2
https://developer.blender.org/rBea6a7914609cbfd4e8019812fc7d2f0469fa9d54

Add missing license notice.

===================================================================

M	source/blender/gpu/GPU_shader_shared.h

===================================================================

diff --git a/source/blender/gpu/GPU_shader_shared.h b/source/blender/gpu/GPU_shader_shared.h
index 8b822507d1a..4d277921773 100644
--- a/source/blender/gpu/GPU_shader_shared.h
+++ b/source/blender/gpu/GPU_shader_shared.h
@@ -1,3 +1,25 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2022 Blender Foundation.
+ * All rights reserved.
+ */
+
+/** \file
+ * \ingroup gpu
+ */
 
 #ifndef USE_GPU_SHADER_CREATE_INFO
 #  include "intern/gpu_shader_shared_utils.h"



More information about the Bf-blender-cvs mailing list