From dc3b5024be1a7e1a2c0c2029b47c62ef28bbbc74 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Jan 2019 11:29:18 +1100 Subject: [PATCH] Cleanup: add BEGIN/END to GPL headers --- source/blender/draw/DRW_engine.h | 5 ++++- source/blender/draw/engines/basic/basic_engine.c | 5 ++++- source/blender/draw/engines/basic/basic_engine.h | 5 ++++- source/blender/draw/engines/eevee/eevee_bloom.c | 5 ++++- source/blender/draw/engines/eevee/eevee_data.c | 5 ++++- source/blender/draw/engines/eevee/eevee_depth_of_field.c | 5 ++++- source/blender/draw/engines/eevee/eevee_effects.c | 5 ++++- source/blender/draw/engines/eevee/eevee_engine.c | 5 ++++- source/blender/draw/engines/eevee/eevee_engine.h | 5 ++++- source/blender/draw/engines/eevee/eevee_lightcache.c | 5 ++++- source/blender/draw/engines/eevee/eevee_lightcache.h | 5 ++++- source/blender/draw/engines/eevee/eevee_lightprobes.c | 5 ++++- source/blender/draw/engines/eevee/eevee_lights.c | 5 ++++- source/blender/draw/engines/eevee/eevee_lookdev.c | 5 ++++- source/blender/draw/engines/eevee/eevee_materials.c | 5 ++++- source/blender/draw/engines/eevee/eevee_mist.c | 5 ++++- source/blender/draw/engines/eevee/eevee_motion_blur.c | 5 ++++- source/blender/draw/engines/eevee/eevee_occlusion.c | 5 ++++- source/blender/draw/engines/eevee/eevee_private.h | 5 ++++- source/blender/draw/engines/eevee/eevee_render.c | 5 ++++- source/blender/draw/engines/eevee/eevee_screen_raytrace.c | 5 ++++- source/blender/draw/engines/eevee/eevee_shaders.c | 5 ++++- source/blender/draw/engines/eevee/eevee_subsurface.c | 5 ++++- source/blender/draw/engines/eevee/eevee_temporal_sampling.c | 5 ++++- source/blender/draw/engines/eevee/eevee_volumes.c | 5 ++++- source/blender/draw/engines/external/external_engine.c | 5 ++++- source/blender/draw/engines/external/external_engine.h | 5 ++++- source/blender/draw/engines/gpencil/gpencil_cache_utils.c | 5 ++++- source/blender/draw/engines/gpencil/gpencil_draw_utils.c | 5 ++++- source/blender/draw/engines/gpencil/gpencil_engine.c | 5 ++++- source/blender/draw/engines/gpencil/gpencil_engine.h | 5 ++++- source/blender/draw/engines/gpencil/gpencil_render.c | 5 ++++- source/blender/draw/engines/gpencil/gpencil_shader_fx.c | 5 ++++- source/blender/draw/engines/workbench/solid_mode.c | 5 +++-- source/blender/draw/engines/workbench/transparent_mode.c | 5 ++++- source/blender/draw/engines/workbench/workbench_deferred.c | 5 ++++- source/blender/draw/engines/workbench/workbench_effect_aa.c | 5 ++++- .../blender/draw/engines/workbench/workbench_effect_fxaa.c | 5 ++++- .../blender/draw/engines/workbench/workbench_effect_taa.c | 5 ++++- source/blender/draw/engines/workbench/workbench_engine.c | 5 ++++- source/blender/draw/engines/workbench/workbench_engine.h | 5 ++++- source/blender/draw/engines/workbench/workbench_forward.c | 5 ++++- source/blender/draw/engines/workbench/workbench_private.h | 5 ++++- source/blender/draw/engines/workbench/workbench_render.c | 5 ++++- .../blender/draw/engines/workbench/workbench_studiolight.c | 5 ++++- source/blender/draw/engines/workbench/workbench_volume.c | 5 ++++- source/blender/draw/intern/DRW_render.h | 5 ++++- source/blender/draw/intern/draw_armature.c | 5 ++++- source/blender/draw/intern/draw_cache.c | 6 ++++-- source/blender/draw/intern/draw_cache.h | 5 ++++- source/blender/draw/intern/draw_cache_impl.h | 5 ++++- source/blender/draw/intern/draw_common.c | 5 ++++- source/blender/draw/intern/draw_common.h | 5 ++++- source/blender/draw/intern/draw_debug.c | 5 ++++- source/blender/draw/intern/draw_debug.h | 5 ++++- source/blender/draw/intern/draw_instance_data.c | 5 ++++- source/blender/draw/intern/draw_instance_data.h | 5 ++++- source/blender/draw/intern/draw_manager.c | 5 ++++- source/blender/draw/intern/draw_manager.h | 5 ++++- source/blender/draw/intern/draw_manager_data.c | 5 ++++- source/blender/draw/intern/draw_manager_exec.c | 5 ++++- source/blender/draw/intern/draw_manager_profiling.c | 5 ++++- source/blender/draw/intern/draw_manager_profiling.h | 5 ++++- source/blender/draw/intern/draw_manager_shader.c | 5 ++++- source/blender/draw/intern/draw_manager_text.c | 6 +++++- source/blender/draw/intern/draw_manager_text.h | 6 +++++- source/blender/draw/intern/draw_manager_texture.c | 5 ++++- source/blender/draw/intern/draw_view.c | 5 ++++- source/blender/draw/intern/draw_view.h | 5 ++++- source/blender/draw/modes/draw_mode_engines.h | 5 ++++- source/blender/draw/modes/edit_armature_mode.c | 5 ++++- source/blender/draw/modes/edit_curve_mode.c | 5 ++++- source/blender/draw/modes/edit_lattice_mode.c | 5 ++++- source/blender/draw/modes/edit_mesh_mode.c | 5 ++++- source/blender/draw/modes/edit_mesh_mode_text.c | 5 ++++- source/blender/draw/modes/edit_metaball_mode.c | 5 ++++- source/blender/draw/modes/edit_text_mode.c | 5 ++++- source/blender/draw/modes/object_mode.c | 5 ++++- source/blender/draw/modes/overlay_mode.c | 5 ++++- source/blender/draw/modes/paint_texture_mode.c | 5 ++++- source/blender/draw/modes/paint_vertex_mode.c | 5 ++++- source/blender/draw/modes/paint_weight_mode.c | 5 ++++- source/blender/draw/modes/particle_mode.c | 5 ++++- source/blender/draw/modes/pose_mode.c | 5 ++++- source/blender/draw/modes/sculpt_mode.c | 5 ++++- source/blender/editors/space_sequencer/sequencer_edit.c | 2 +- source/blender/imbuf/intern/openexr/openexr_api.cpp | 2 +- source/blender/imbuf/intern/openexr/openexr_stub.cpp | 2 +- 88 files changed, 344 insertions(+), 90 deletions(-) diff --git a/source/blender/draw/DRW_engine.h b/source/blender/draw/DRW_engine.h index d790cee48bb..3daabd11df9 100644 --- a/source/blender/draw/DRW_engine.h +++ b/source/blender/draw/DRW_engine.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 DRW_engine.h 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 diff --git a/source/blender/draw/engines/basic/basic_engine.h b/source/blender/draw/engines/basic/basic_engine.h index 0adf99835a2..ecafd333e6d 100644 --- a/source/blender/draw/engines/basic/basic_engine.h +++ b/source/blender/draw/engines/basic/basic_engine.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 basic_engine.h diff --git a/source/blender/draw/engines/eevee/eevee_bloom.c b/source/blender/draw/engines/eevee/eevee_bloom.c index d111c28b256..14adc43e84d 100644 --- a/source/blender/draw/engines/eevee/eevee_bloom.c +++ b/source/blender/draw/engines/eevee/eevee_bloom.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 eevee_bloom.c diff --git a/source/blender/draw/engines/eevee/eevee_data.c b/source/blender/draw/engines/eevee/eevee_data.c index 636e532555f..30ae47bb9de 100644 --- a/source/blender/draw/engines/eevee/eevee_data.c +++ b/source/blender/draw/engines/eevee/eevee_data.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 eevee_data.c diff --git a/source/blender/draw/engines/eevee/eevee_depth_of_field.c b/source/blender/draw/engines/eevee/eevee_depth_of_field.c index 2c3ce8b65f8..7cb6492a37c 100644 --- a/source/blender/draw/engines/eevee/eevee_depth_of_field.c +++ b/source/blender/draw/engines/eevee/eevee_depth_of_field.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 eevee_depth_of_field.c diff --git a/source/blender/draw/engines/eevee/eevee_effects.c b/source/blender/draw/engines/eevee/eevee_effects.c index 787957a4a33..a707961da63 100644 --- a/source/blender/draw/engines/eevee/eevee_effects.c +++ b/source/blender/draw/engines/eevee/eevee_effects.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 eevee_effects.c diff --git a/source/blender/draw/engines/eevee/eevee_engine.c b/source/blender/draw/engines/eevee/eevee_engine.c index 47010fe37d8..483220fde9c 100644 --- a/source/blender/draw/engines/eevee/eevee_engine.c +++ b/source/blender/draw/engines/eevee/eevee_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 eevee_engine.c diff --git a/source/blender/draw/engines/eevee/eevee_engine.h b/source/blender/draw/engines/eevee/eevee_engine.h index b7de3a055b9..9ce7736a2a9 100644 --- a/source/blender/draw/engines/eevee/eevee_engine.h +++ b/source/blender/draw/engines/eevee/eevee_engine.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 eevee_engine.h diff --git a/source/blender/draw/engines/eevee/eevee_lightcache.c b/source/blender/draw/engines/eevee/eevee_lightcache.c index 38a4552e4d8..93162c6eae2 100644 --- a/source/blender/draw/engines/eevee/eevee_lightcache.c +++ b/source/blender/draw/engines/eevee/eevee_lightcache.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 eevee_lightcache.c diff --git a/source/blender/draw/engines/eevee/eevee_lightcache.h b/source/blender/draw/engines/eevee/eevee_lightcache.h index 3c6fc73a849..846932661be 100644 --- a/source/blender/draw/engines/eevee/eevee_lightcache.h +++ b/source/blender/draw/engines/eevee/eevee_lightcache.h @@ -1,5 +1,5 @@ /* - * Copyright 2018, 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 2018, Blender Foundation. * Contributor(s): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file eevee_lightcache.h diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c index a9e51b8ebe8..008d458bc6a 100644 --- a/source/blender/draw/engines/eevee/eevee_lightprobes.c +++ b/source/blender/draw/engines/eevee/eevee_lightprobes.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 eevee_lightprobes.c diff --git a/source/blender/draw/engines/eevee/eevee_lights.c b/source/blender/draw/engines/eevee/eevee_lights.c index a41e3ec48f0..820ead715d9 100644 --- a/source/blender/draw/engines/eevee/eevee_lights.c +++ b/source/blender/draw/engines/eevee/eevee_lights.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 eevee_lights.c diff --git a/source/blender/draw/engines/eevee/eevee_lookdev.c b/source/blender/draw/engines/eevee/eevee_lookdev.c index e611894443d..cc109f91d4a 100644 --- a/source/blender/draw/engines/eevee/eevee_lookdev.c +++ b/source/blender/draw/engines/eevee/eevee_lookdev.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 eevee_lookdev.c diff --git a/source/blender/draw/engines/eevee/eevee_materials.c b/source/blender/draw/engines/eevee/eevee_materials.c index 43762bd3bae..f0274eafaeb 100644 --- a/source/blender/draw/engines/eevee/eevee_materials.c +++ b/source/blender/draw/engines/eevee/eevee_materials.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 eevee_materials.c diff --git a/source/blender/draw/engines/eevee/eevee_mist.c b/source/blender/draw/engines/eevee/eevee_mist.c index de9582611ec..693f501c183 100644 --- a/source/blender/draw/engines/eevee/eevee_mist.c +++ b/source/blender/draw/engines/eevee/eevee_mist.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 eevee_mist.c diff --git a/source/blender/draw/engines/eevee/eevee_motion_blur.c b/source/blender/draw/engines/eevee/eevee_motion_blur.c index d2309d20abb..369a77d0421 100644 --- a/source/blender/draw/engines/eevee/eevee_motion_blur.c +++ b/source/blender/draw/engines/eevee/eevee_motion_blur.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 eevee_motion_blur.c diff --git a/source/blender/draw/engines/eevee/eevee_occlusion.c b/source/blender/draw/engines/eevee/eevee_occlusion.c index 3763e13533d..8c76f3a500b 100644 --- a/source/blender/draw/engines/eevee/eevee_occlusion.c +++ b/source/blender/draw/engines/eevee/eevee_occlusion.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 eevee_occlusion.c diff --git a/source/blender/draw/engines/eevee/eevee_private.h b/source/blender/draw/engines/eevee/eevee_private.h index f7578182c15..acefb6b725a 100644 --- a/source/blender/draw/engines/eevee/eevee_private.h +++ b/source/blender/draw/engines/eevee/eevee_private.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 eevee_private.h diff --git a/source/blender/draw/engines/eevee/eevee_render.c b/source/blender/draw/engines/eevee/eevee_render.c index eddebdbec4c..373618102e5 100644 --- a/source/blender/draw/engines/eevee/eevee_render.c +++ b/source/blender/draw/engines/eevee/eevee_render.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 eevee_render.c diff --git a/source/blender/draw/engines/eevee/eevee_screen_raytrace.c b/source/blender/draw/engines/eevee/eevee_screen_raytrace.c index 13bedc34e05..a3a11285e5e 100644 --- a/source/blender/draw/engines/eevee/eevee_screen_raytrace.c +++ b/source/blender/draw/engines/eevee/eevee_screen_raytrace.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 eevee_screen_raytrace.c diff --git a/source/blender/draw/engines/eevee/eevee_shaders.c b/source/blender/draw/engines/eevee/eevee_shaders.c index b0b849bbd1e..dcff8ca7581 100644 --- a/source/blender/draw/engines/eevee/eevee_shaders.c +++ b/source/blender/draw/engines/eevee/eevee_shaders.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 eevee_shaders.c diff --git a/source/blender/draw/engines/eevee/eevee_subsurface.c b/source/blender/draw/engines/eevee/eevee_subsurface.c index 9ecc1fb1b2b..d3395398b18 100644 --- a/source/blender/draw/engines/eevee/eevee_subsurface.c +++ b/source/blender/draw/engines/eevee/eevee_subsurface.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 eevee_subsurface.c diff --git a/source/blender/draw/engines/eevee/eevee_temporal_sampling.c b/source/blender/draw/engines/eevee/eevee_temporal_sampling.c index deac0b89b10..480ff87a5eb 100644 --- a/source/blender/draw/engines/eevee/eevee_temporal_sampling.c +++ b/source/blender/draw/engines/eevee/eevee_temporal_sampling.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 eevee_temporal_sampling.c diff --git a/source/blender/draw/engines/eevee/eevee_volumes.c b/source/blender/draw/engines/eevee/eevee_volumes.c index b3042f8fcf8..58e932f6e5c 100644 --- a/source/blender/draw/engines/eevee/eevee_volumes.c +++ b/source/blender/draw/engines/eevee/eevee_volumes.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 eevee_volumes.c diff --git a/source/blender/draw/engines/external/external_engine.c b/source/blender/draw/engines/external/external_engine.c index b2c30ba723c..c7d5b4a49e1 100644 --- a/source/blender/draw/engines/external/external_engine.c +++ b/source/blender/draw/engines/external/external_engine.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): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file external_engine.c diff --git a/source/blender/draw/engines/external/external_engine.h b/source/blender/draw/engines/external/external_engine.h index 1789fb67efe..d015d59062b 100644 --- a/source/blender/draw/engines/external/external_engine.h +++ b/source/blender/draw/engines/external/external_engine.h @@ -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): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file external_engine.h diff --git a/source/blender/draw/engines/gpencil/gpencil_cache_utils.c b/source/blender/draw/engines/gpencil/gpencil_cache_utils.c index fd5e289db61..9642cec6201 100644 --- a/source/blender/draw/engines/gpencil/gpencil_cache_utils.c +++ b/source/blender/draw/engines/gpencil/gpencil_cache_utils.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_cache_utils.c diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c index 8c0b1dc3e9a..59a8a5f73e1 100644 --- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c +++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.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_draw_utils.c diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.c b/source/blender/draw/engines/gpencil/gpencil_engine.c index 79724f6a5d2..6bb8c4575b8 100644 --- a/source/blender/draw/engines/gpencil/gpencil_engine.c +++ b/source/blender/draw/engines/gpencil/gpencil_engine.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_engine.c diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.h b/source/blender/draw/engines/gpencil/gpencil_engine.h index b9bb5db5c2e..bd5fd3ed4d7 100644 --- a/source/blender/draw/engines/gpencil/gpencil_engine.h +++ b/source/blender/draw/engines/gpencil/gpencil_engine.h @@ -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_engine.h diff --git a/source/blender/draw/engines/gpencil/gpencil_render.c b/source/blender/draw/engines/gpencil/gpencil_render.c index 9a1ac56324f..e58283e8d7f 100644 --- a/source/blender/draw/engines/gpencil/gpencil_render.c +++ b/source/blender/draw/engines/gpencil/gpencil_render.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_render.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 diff --git a/source/blender/draw/engines/workbench/solid_mode.c b/source/blender/draw/engines/workbench/solid_mode.c index 19c8b4f18d1..9910a861638 100644 --- a/source/blender/draw/engines/workbench/solid_mode.c +++ b/source/blender/draw/engines/workbench/solid_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,9 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Contributor(s): Blender Institute + * Copyright 2016, Blender Foundation. * + * ***** END GPL LICENSE BLOCK ***** */ /** \file solid_mode.c diff --git a/source/blender/draw/engines/workbench/transparent_mode.c b/source/blender/draw/engines/workbench/transparent_mode.c index 1d451a96419..f55c14565f7 100644 --- a/source/blender/draw/engines/workbench/transparent_mode.c +++ b/source/blender/draw/engines/workbench/transparent_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 transparent_mode.c diff --git a/source/blender/draw/engines/workbench/workbench_deferred.c b/source/blender/draw/engines/workbench/workbench_deferred.c index dce30a7056b..ef401c6a1c1 100644 --- a/source/blender/draw/engines/workbench/workbench_deferred.c +++ b/source/blender/draw/engines/workbench/workbench_deferred.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 workbench_deferred.c diff --git a/source/blender/draw/engines/workbench/workbench_effect_aa.c b/source/blender/draw/engines/workbench/workbench_effect_aa.c index deb9a517f96..ab648a9d068 100644 --- a/source/blender/draw/engines/workbench/workbench_effect_aa.c +++ b/source/blender/draw/engines/workbench/workbench_effect_aa.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 workbench_effect_aa.c diff --git a/source/blender/draw/engines/workbench/workbench_effect_fxaa.c b/source/blender/draw/engines/workbench/workbench_effect_fxaa.c index 1beb35e6440..c45e563a4cd 100644 --- a/source/blender/draw/engines/workbench/workbench_effect_fxaa.c +++ b/source/blender/draw/engines/workbench/workbench_effect_fxaa.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 workbench_effect_fxaa.c diff --git a/source/blender/draw/engines/workbench/workbench_effect_taa.c b/source/blender/draw/engines/workbench/workbench_effect_taa.c index 4af0158754d..db20c963e54 100644 --- a/source/blender/draw/engines/workbench/workbench_effect_taa.c +++ b/source/blender/draw/engines/workbench/workbench_effect_taa.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 workbench_effect_taa.c diff --git a/source/blender/draw/engines/workbench/workbench_engine.c b/source/blender/draw/engines/workbench/workbench_engine.c index 180932b9b64..5d871377c52 100644 --- a/source/blender/draw/engines/workbench/workbench_engine.c +++ b/source/blender/draw/engines/workbench/workbench_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 workbench_engine.c diff --git a/source/blender/draw/engines/workbench/workbench_engine.h b/source/blender/draw/engines/workbench/workbench_engine.h index a7f168db093..f13be95feb9 100644 --- a/source/blender/draw/engines/workbench/workbench_engine.h +++ b/source/blender/draw/engines/workbench/workbench_engine.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 workbench_engine.h diff --git a/source/blender/draw/engines/workbench/workbench_forward.c b/source/blender/draw/engines/workbench/workbench_forward.c index 485348f65f3..3ced267ce89 100644 --- a/source/blender/draw/engines/workbench/workbench_forward.c +++ b/source/blender/draw/engines/workbench/workbench_forward.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 workbench_forward.c diff --git a/source/blender/draw/engines/workbench/workbench_private.h b/source/blender/draw/engines/workbench/workbench_private.h index 82d84fef67a..0dc4078f888 100644 --- a/source/blender/draw/engines/workbench/workbench_private.h +++ b/source/blender/draw/engines/workbench/workbench_private.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 workbench_private.h diff --git a/source/blender/draw/engines/workbench/workbench_render.c b/source/blender/draw/engines/workbench/workbench_render.c index e8d525585f4..714a5fcbde0 100644 --- a/source/blender/draw/engines/workbench/workbench_render.c +++ b/source/blender/draw/engines/workbench/workbench_render.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 workbench_render.c diff --git a/source/blender/draw/engines/workbench/workbench_studiolight.c b/source/blender/draw/engines/workbench/workbench_studiolight.c index 52a0e6045c6..ac0539b91f4 100644 --- a/source/blender/draw/engines/workbench/workbench_studiolight.c +++ b/source/blender/draw/engines/workbench/workbench_studiolight.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 workbench_studiolight.c diff --git a/source/blender/draw/engines/workbench/workbench_volume.c b/source/blender/draw/engines/workbench/workbench_volume.c index 408212f6814..6b59c3c8c7f 100644 --- a/source/blender/draw/engines/workbench/workbench_volume.c +++ b/source/blender/draw/engines/workbench/workbench_volume.c @@ -1,5 +1,5 @@ /* - * Copyright 2018, 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 2018, Blender Foundation. * Contributor(s): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file workbench_volume.c diff --git a/source/blender/draw/intern/DRW_render.h b/source/blender/draw/intern/DRW_render.h index af679b5e534..bc1b156c1f6 100644 --- a/source/blender/draw/intern/DRW_render.h +++ b/source/blender/draw/intern/DRW_render.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 DRW_render.h diff --git a/source/blender/draw/intern/draw_armature.c b/source/blender/draw/intern/draw_armature.c index 2e503294643..b4076b6c7e9 100644 --- a/source/blender/draw/intern/draw_armature.c +++ b/source/blender/draw/intern/draw_armature.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_armature.c diff --git a/source/blender/draw/intern/draw_cache.c b/source/blender/draw/intern/draw_cache.c index 07695702cab..45fca44772f 100644 --- a/source/blender/draw/intern/draw_cache.c +++ b/source/blender/draw/intern/draw_cache.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,7 +15,9 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Contributor(s): Blender Institute + * Contributor(s): Blender Foundation (2008). + * + * ***** END GPL LICENSE BLOCK ***** * */ diff --git a/source/blender/draw/intern/draw_cache.h b/source/blender/draw/intern/draw_cache.h index 1bf083696ca..1be554169ee 100644 --- a/source/blender/draw/intern/draw_cache.h +++ b/source/blender/draw/intern/draw_cache.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 draw_cache.h diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h index 63af602873d..aec0b35c672 100644 --- a/source/blender/draw/intern/draw_cache_impl.h +++ b/source/blender/draw/intern/draw_cache_impl.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 draw_cache_impl.h diff --git a/source/blender/draw/intern/draw_common.c b/source/blender/draw/intern/draw_common.c index 83ea2cc802c..437e6f63095 100644 --- a/source/blender/draw/intern/draw_common.c +++ b/source/blender/draw/intern/draw_common.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/intern/draw_common.c diff --git a/source/blender/draw/intern/draw_common.h b/source/blender/draw/intern/draw_common.h index fa2dac94828..854a8abbea9 100644 --- a/source/blender/draw/intern/draw_common.h +++ b/source/blender/draw/intern/draw_common.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 draw_common.h diff --git a/source/blender/draw/intern/draw_debug.c b/source/blender/draw/intern/draw_debug.c index e55cacb1d7d..92efd7b1327 100644 --- a/source/blender/draw/intern/draw_debug.c +++ b/source/blender/draw/intern/draw_debug.c @@ -1,5 +1,5 @@ /* - * Copyright 2018, 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 2018, Blender Foundation. * Contributor(s): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file blender/draw/intern/draw_debug.c diff --git a/source/blender/draw/intern/draw_debug.h b/source/blender/draw/intern/draw_debug.h index 319d2674279..b9e45291d16 100644 --- a/source/blender/draw/intern/draw_debug.h +++ b/source/blender/draw/intern/draw_debug.h @@ -1,5 +1,5 @@ /* - * Copyright 2018, 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 2018, Blender Foundation. * Contributor(s): Blender Institute * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file draw_debug.h diff --git a/source/blender/draw/intern/draw_instance_data.c b/source/blender/draw/intern/draw_instance_data.c index dca112c85c6..0fc4582ab44 100644 --- a/source/blender/draw/intern/draw_instance_data.c +++ b/source/blender/draw/intern/draw_instance_data.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/intern/draw_instance_data.c diff --git a/source/blender/draw/intern/draw_instance_data.h b/source/blender/draw/intern/draw_instance_data.h index 174f03e3bc7..8460d47ad72 100644 --- a/source/blender/draw/intern/draw_instance_data.h +++ b/source/blender/draw/intern/draw_instance_data.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 draw_instance_data.h diff --git a/source/blender/draw/intern/draw_manager.c b/source/blender/draw/intern/draw_manager.c index 057daf2ad17..4f79f4e46c1 100644 --- a/source/blender/draw/intern/draw_manager.c +++ b/source/blender/draw/intern/draw_manager.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/intern/draw_manager.c diff --git a/source/blender/draw/intern/draw_manager.h b/source/blender/draw/intern/draw_manager.h index 9a2e03732f4..8882421958b 100644 --- a/source/blender/draw/intern/draw_manager.h +++ b/source/blender/draw/intern/draw_manager.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 draw_manager.h diff --git a/source/blender/draw/intern/draw_manager_data.c b/source/blender/draw/intern/draw_manager_data.c index 45365ed299e..79a658829be 100644 --- a/source/blender/draw/intern/draw_manager_data.c +++ b/source/blender/draw/intern/draw_manager_data.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/intern/draw_manager_data.c diff --git a/source/blender/draw/intern/draw_manager_exec.c b/source/blender/draw/intern/draw_manager_exec.c index 0c134bd47b2..df2daa998fe 100644 --- a/source/blender/draw/intern/draw_manager_exec.c +++ b/source/blender/draw/intern/draw_manager_exec.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/intern/draw_manager_exec.c 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 diff --git a/source/blender/draw/intern/draw_manager_profiling.h b/source/blender/draw/intern/draw_manager_profiling.h index 233cd3878d2..d505d7ec6ca 100644 --- a/source/blender/draw/intern/draw_manager_profiling.h +++ b/source/blender/draw/intern/draw_manager_profiling.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 draw_manager_profiling.h diff --git a/source/blender/draw/intern/draw_manager_shader.c b/source/blender/draw/intern/draw_manager_shader.c index cd8102ef492..437e305646c 100644 --- a/source/blender/draw/intern/draw_manager_shader.c +++ b/source/blender/draw/intern/draw_manager_shader.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/intern/draw_manager_shader.c diff --git a/source/blender/draw/intern/draw_manager_text.c b/source/blender/draw/intern/draw_manager_text.c index 1a183e14d60..d92d3d7a64a 100644 --- a/source/blender/draw/intern/draw_manager_text.c +++ b/source/blender/draw/intern/draw_manager_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,6 +15,10 @@ * 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. + * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file blender/draw/intern/draw_manager_text.c diff --git a/source/blender/draw/intern/draw_manager_text.h b/source/blender/draw/intern/draw_manager_text.h index 6798f36e7f4..0d8adb2c4f4 100644 --- a/source/blender/draw/intern/draw_manager_text.h +++ b/source/blender/draw/intern/draw_manager_text.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,6 +15,10 @@ * 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. + * + * ***** END GPL LICENSE BLOCK ***** + * */ /** \file blender/draw/intern/draw_manager_text.h diff --git a/source/blender/draw/intern/draw_manager_texture.c b/source/blender/draw/intern/draw_manager_texture.c index be6e66c339f..6976b65d6d4 100644 --- a/source/blender/draw/intern/draw_manager_texture.c +++ b/source/blender/draw/intern/draw_manager_texture.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/intern/draw_manager_texture.c diff --git a/source/blender/draw/intern/draw_view.c b/source/blender/draw/intern/draw_view.c index 5f4b22c572b..2d5dbac5dd5 100644 --- a/source/blender/draw/intern/draw_view.c +++ b/source/blender/draw/intern/draw_view.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/intern/draw_view.c diff --git a/source/blender/draw/intern/draw_view.h b/source/blender/draw/intern/draw_view.h index 01a342f0ae4..b6f37de080d 100644 --- a/source/blender/draw/intern/draw_view.h +++ b/source/blender/draw/intern/draw_view.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 draw_view.h 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 diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c index 8c3639344f3..8c5b77b4b6d 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.c +++ b/source/blender/editors/space_sequencer/sequencer_edit.c @@ -1,5 +1,5 @@ /* - * ***** begin GPL LICENSE BLOCK ***** + * ***** 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 diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp index 99b3bdb9015..c57281ceb48 100644 --- a/source/blender/imbuf/intern/openexr/openexr_api.cpp +++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp @@ -1,5 +1,5 @@ /* - * ***** BEGIN GPLLICENSE BLOCK ***** + * ***** 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 diff --git a/source/blender/imbuf/intern/openexr/openexr_stub.cpp b/source/blender/imbuf/intern/openexr/openexr_stub.cpp index b7138ee464a..2b38cf44e8c 100644 --- a/source/blender/imbuf/intern/openexr/openexr_stub.cpp +++ b/source/blender/imbuf/intern/openexr/openexr_stub.cpp @@ -1,5 +1,5 @@ /* - * ***** BEGIN GPLLICENSE BLOCK ***** + * ***** 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