From dc3b5024be1a7e1a2c0c2029b47c62ef28bbbc74 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Jan 2019 11:29:18 +1100 Subject: Cleanup: add BEGIN/END to GPL headers --- source/blender/draw/engines/gpencil/gpencil_shader_fx.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/blender/draw/engines/gpencil/gpencil_shader_fx.c') diff --git a/source/blender/draw/engines/gpencil/gpencil_shader_fx.c b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c index db080b0626b..21f1ce21e1d 100644 --- a/source/blender/draw/engines/gpencil/gpencil_shader_fx.c +++ b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c @@ -1,5 +1,5 @@ /* - * Copyright 2017, Blender Foundation. + * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -15,8 +15,11 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + * Copyright 2017, Blender Foundation. * Contributor(s): Antonio Vazquez * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file blender/draw/engines/gpencil/gpencil_shader_fx.c -- cgit v1.2.3