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/modes
parentdc84a03a954ded7ebd6a3f6156c60f5cd1cf4c4f (diff)
Cleanup: add BEGIN/END to GPL headers
Diffstat (limited to 'source/blender/draw/modes')
-rw-r--r--source/blender/draw/modes/draw_mode_engines.h5
-rw-r--r--source/blender/draw/modes/edit_armature_mode.c5
-rw-r--r--source/blender/draw/modes/edit_curve_mode.c5
-rw-r--r--source/blender/draw/modes/edit_lattice_mode.c5
-rw-r--r--source/blender/draw/modes/edit_mesh_mode.c5
-rw-r--r--source/blender/draw/modes/edit_mesh_mode_text.c5
-rw-r--r--source/blender/draw/modes/edit_metaball_mode.c5
-rw-r--r--source/blender/draw/modes/edit_text_mode.c5
-rw-r--r--source/blender/draw/modes/object_mode.c5
-rw-r--r--source/blender/draw/modes/overlay_mode.c5
-rw-r--r--source/blender/draw/modes/paint_texture_mode.c5
-rw-r--r--source/blender/draw/modes/paint_vertex_mode.c5
-rw-r--r--source/blender/draw/modes/paint_weight_mode.c5
-rw-r--r--source/blender/draw/modes/particle_mode.c5
-rw-r--r--source/blender/draw/modes/pose_mode.c5
-rw-r--r--source/blender/draw/modes/sculpt_mode.c5
16 files changed, 64 insertions, 16 deletions
diff --git a/source/blender/draw/modes/draw_mode_engines.h b/source/blender/draw/modes/draw_mode_engines.h
index 059724384ea..c19eb69cafc 100644
--- a/source/blender/draw/modes/draw_mode_engines.h
+++ b/source/blender/draw/modes/draw_mode_engines.h
@@ -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 blender/draw/modes/draw_mode_engines.h
diff --git a/source/blender/draw/modes/edit_armature_mode.c b/source/blender/draw/modes/edit_armature_mode.c
index 403702b3df3..d483d19569b 100644
--- a/source/blender/draw/modes/edit_armature_mode.c
+++ b/source/blender/draw/modes/edit_armature_mode.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 blender/draw/modes/edit_armature_mode.c
diff --git a/source/blender/draw/modes/edit_curve_mode.c b/source/blender/draw/modes/edit_curve_mode.c
index a9f42e0ce73..5ba9c6bf173 100644
--- a/source/blender/draw/modes/edit_curve_mode.c
+++ b/source/blender/draw/modes/edit_curve_mode.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 blender/draw/modes/edit_curve_mode.c
diff --git a/source/blender/draw/modes/edit_lattice_mode.c b/source/blender/draw/modes/edit_lattice_mode.c
index 794dc91d374..908bc1db7a9 100644
--- a/source/blender/draw/modes/edit_lattice_mode.c
+++ b/source/blender/draw/modes/edit_lattice_mode.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 blender/draw/modes/edit_lattice_mode.c
diff --git a/source/blender/draw/modes/edit_mesh_mode.c b/source/blender/draw/modes/edit_mesh_mode.c
index 3f3316e2a2b..a6a9b030184 100644
--- a/source/blender/draw/modes/edit_mesh_mode.c
+++ b/source/blender/draw/modes/edit_mesh_mode.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 blender/draw/modes/edit_mesh_mode.c
diff --git a/source/blender/draw/modes/edit_mesh_mode_text.c b/source/blender/draw/modes/edit_mesh_mode_text.c
index 0498998b69a..6c78473be34 100644
--- a/source/blender/draw/modes/edit_mesh_mode_text.c
+++ b/source/blender/draw/modes/edit_mesh_mode_text.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 blender/draw/modes/edit_mesh_mode_text.c
diff --git a/source/blender/draw/modes/edit_metaball_mode.c b/source/blender/draw/modes/edit_metaball_mode.c
index 4901b0fadd3..6541d71d5e8 100644
--- a/source/blender/draw/modes/edit_metaball_mode.c
+++ b/source/blender/draw/modes/edit_metaball_mode.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 blender/draw/modes/edit_metaball_mode.c
diff --git a/source/blender/draw/modes/edit_text_mode.c b/source/blender/draw/modes/edit_text_mode.c
index de63ec82e6f..ff0e77b0df1 100644
--- a/source/blender/draw/modes/edit_text_mode.c
+++ b/source/blender/draw/modes/edit_text_mode.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 blender/draw/modes/edit_text_mode.c
diff --git a/source/blender/draw/modes/object_mode.c b/source/blender/draw/modes/object_mode.c
index e99166107ac..2705f4b834d 100644
--- a/source/blender/draw/modes/object_mode.c
+++ b/source/blender/draw/modes/object_mode.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 blender/draw/modes/object_mode.c
diff --git a/source/blender/draw/modes/overlay_mode.c b/source/blender/draw/modes/overlay_mode.c
index d84c2197800..55596797a4f 100644
--- a/source/blender/draw/modes/overlay_mode.c
+++ b/source/blender/draw/modes/overlay_mode.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 overlay_mode.c
diff --git a/source/blender/draw/modes/paint_texture_mode.c b/source/blender/draw/modes/paint_texture_mode.c
index 726b620a24f..094e4bdced4 100644
--- a/source/blender/draw/modes/paint_texture_mode.c
+++ b/source/blender/draw/modes/paint_texture_mode.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 blender/draw/modes/paint_texture_mode.c
diff --git a/source/blender/draw/modes/paint_vertex_mode.c b/source/blender/draw/modes/paint_vertex_mode.c
index da0f032a63f..d6197700ca6 100644
--- a/source/blender/draw/modes/paint_vertex_mode.c
+++ b/source/blender/draw/modes/paint_vertex_mode.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 blender/draw/modes/paint_vertex_mode.c
diff --git a/source/blender/draw/modes/paint_weight_mode.c b/source/blender/draw/modes/paint_weight_mode.c
index 7ba4e70acb9..5d8b02d872d 100644
--- a/source/blender/draw/modes/paint_weight_mode.c
+++ b/source/blender/draw/modes/paint_weight_mode.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 blender/draw/modes/paint_weight_mode.c
diff --git a/source/blender/draw/modes/particle_mode.c b/source/blender/draw/modes/particle_mode.c
index e861e021b27..3827dba8ac1 100644
--- a/source/blender/draw/modes/particle_mode.c
+++ b/source/blender/draw/modes/particle_mode.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 blender/draw/modes/particle_mode.c
diff --git a/source/blender/draw/modes/pose_mode.c b/source/blender/draw/modes/pose_mode.c
index e0923675eec..37a61692a37 100644
--- a/source/blender/draw/modes/pose_mode.c
+++ b/source/blender/draw/modes/pose_mode.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 blender/draw/modes/pose_mode.c
diff --git a/source/blender/draw/modes/sculpt_mode.c b/source/blender/draw/modes/sculpt_mode.c
index 5bc5506cbb7..c38bd8faddd 100644
--- a/source/blender/draw/modes/sculpt_mode.c
+++ b/source/blender/draw/modes/sculpt_mode.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 blender/draw/modes/sculpt_mode.c