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 <ideasman42@gmail.com>2019-01-23 03:29:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-23 03:32:43 +0300
commitdc3b5024be1a7e1a2c0c2029b47c62ef28bbbc74 (patch)
tree7ef1f1ec324935461145c70b3074a20f78327726 /source/blender/draw/intern/draw_manager_profiling.c
parentdc84a03a954ded7ebd6a3f6156c60f5cd1cf4c4f (diff)
Cleanup: add BEGIN/END to GPL headers
Diffstat (limited to 'source/blender/draw/intern/draw_manager_profiling.c')
-rw-r--r--source/blender/draw/intern/draw_manager_profiling.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_manager_profiling.c b/source/blender/draw/intern/draw_manager_profiling.c
index 7b5ea4445ce..b2641d9fd62 100644
--- a/source/blender/draw/intern/draw_manager_profiling.c
+++ b/source/blender/draw/intern/draw_manager_profiling.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 draw_manager_profiling.c