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/basic/basic_engine.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/blender/draw/engines/basic/basic_engine.c') diff --git a/source/blender/draw/engines/basic/basic_engine.c b/source/blender/draw/engines/basic/basic_engine.c index 885c449c4e3..0ee6853409a 100644 --- a/source/blender/draw/engines/basic/basic_engine.c +++ b/source/blender/draw/engines/basic/basic_engine.c @@ -1,5 +1,5 @@ /* - * Copyright 2016, 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 2016, Blender Foundation. * Contributor(s): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file basic_engine.c -- cgit v1.2.3