From 65ec7ec524e667ec95ce947a95f6273088dffee6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 Feb 2019 01:36:28 +1100 Subject: Cleanup: remove redundant, invalid info from headers BF-admins agree to remove header information that isn't useful, to reduce noise. - BEGIN/END license blocks Developers should add non license comments as separate comment blocks. No need for separator text. - Contributors This is often invalid, outdated or misleading especially when splitting files. It's more useful to git-blame to find out who has developed the code. See P901 for script to perform these edits. --- source/blender/editors/gpencil/annotate_draw.c | 6 ------ source/blender/editors/gpencil/annotate_paint.c | 6 ------ source/blender/editors/gpencil/drawgpencil.c | 6 ------ source/blender/editors/gpencil/editaction_gpencil.c | 6 ------ source/blender/editors/gpencil/gpencil_add_monkey.c | 6 ------ source/blender/editors/gpencil/gpencil_add_stroke.c | 6 ------ source/blender/editors/gpencil/gpencil_armature.c | 7 ------- source/blender/editors/gpencil/gpencil_brush.c | 7 ------- source/blender/editors/gpencil/gpencil_convert.c | 8 -------- source/blender/editors/gpencil/gpencil_data.c | 7 ------- source/blender/editors/gpencil/gpencil_edit.c | 7 ------- source/blender/editors/gpencil/gpencil_fill.c | 6 ------ source/blender/editors/gpencil/gpencil_intern.h | 7 ------- source/blender/editors/gpencil/gpencil_interpolate.c | 7 ------- source/blender/editors/gpencil/gpencil_merge.c | 7 ------- source/blender/editors/gpencil/gpencil_old.c | 7 ------- source/blender/editors/gpencil/gpencil_ops.c | 6 ------ source/blender/editors/gpencil/gpencil_paint.c | 6 ------ source/blender/editors/gpencil/gpencil_primitive.c | 7 ------- source/blender/editors/gpencil/gpencil_select.c | 6 ------ source/blender/editors/gpencil/gpencil_undo.c | 8 -------- source/blender/editors/gpencil/gpencil_utils.c | 6 ------ 22 files changed, 145 deletions(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/annotate_draw.c b/source/blender/editors/gpencil/annotate_draw.c index db1b24499db..ea8f2731bb8 100644 --- a/source/blender/editors/gpencil/annotate_draw.c +++ b/source/blender/editors/gpencil/annotate_draw.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/annotate_draw.c diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c index 2ec9b1a29ef..e5abd66ae5a 100644 --- a/source/blender/editors/gpencil/annotate_paint.c +++ b/source/blender/editors/gpencil/annotate_paint.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2008/2018, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/annotate_paint.c diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c index 548ccac7de3..d94a505ad1b 100644 --- a/source/blender/editors/gpencil/drawgpencil.c +++ b/source/blender/editors/gpencil/drawgpencil.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/drawgpencil.c diff --git a/source/blender/editors/gpencil/editaction_gpencil.c b/source/blender/editors/gpencil/editaction_gpencil.c index 335dc254f40..6e451b2d1e4 100644 --- a/source/blender/editors/gpencil/editaction_gpencil.c +++ b/source/blender/editors/gpencil/editaction_gpencil.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/editaction_gpencil.c diff --git a/source/blender/editors/gpencil/gpencil_add_monkey.c b/source/blender/editors/gpencil/gpencil_add_monkey.c index eb542530833..d476b831a0c 100644 --- a/source/blender/editors/gpencil/gpencil_add_monkey.c +++ b/source/blender/editors/gpencil/gpencil_add_monkey.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2017 Blender Foundation * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez, Matias Mendiola - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_add_monkey.c diff --git a/source/blender/editors/gpencil/gpencil_add_stroke.c b/source/blender/editors/gpencil/gpencil_add_stroke.c index 475e0c2fdb8..3c422ee5c0a 100644 --- a/source/blender/editors/gpencil/gpencil_add_stroke.c +++ b/source/blender/editors/gpencil/gpencil_add_stroke.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2017 Blender Foundation * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez, Matias Mendiola - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_add_stroke.c diff --git a/source/blender/editors/gpencil/gpencil_armature.c b/source/blender/editors/gpencil/gpencil_armature.c index c5f2b651906..3ce13767442 100644 --- a/source/blender/editors/gpencil/gpencil_armature.c +++ b/source/blender/editors/gpencil/gpencil_armature.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2018, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** - * * Operators for dealing with armatures and GP datablocks */ diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c index ada02018257..f8083f9909b 100644 --- a/source/blender/editors/gpencil/gpencil_brush.c +++ b/source/blender/editors/gpencil/gpencil_brush.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2015, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** - * * Brush based operators for editing Grease Pencil strokes */ diff --git a/source/blender/editors/gpencil/gpencil_convert.c b/source/blender/editors/gpencil/gpencil_convert.c index dd276cf33d6..58e096b687d 100644 --- a/source/blender/editors/gpencil/gpencil_convert.c +++ b/source/blender/editors/gpencil/gpencil_convert.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,12 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung - * Bastien Montagne - * - * ***** END GPL LICENSE BLOCK ***** - * * Operator for converting Grease Pencil data to geometry */ diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c index 4ab3d70a553..7d4ce4eb9ba 100644 --- a/source/blender/editors/gpencil/gpencil_data.c +++ b/source/blender/editors/gpencil/gpencil_data.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation, Joshua Leung * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** - * * Operators for dealing with GP datablocks and layers */ diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c index 98232486e0b..a5687d09535 100644 --- a/source/blender/editors/gpencil/gpencil_edit.c +++ b/source/blender/editors/gpencil/gpencil_edit.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation, Joshua Leung * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** - * * Operators for editing Grease Pencil strokes */ diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c index dceb1b46898..323985c4506 100644 --- a/source/blender/editors/gpencil/gpencil_fill.c +++ b/source/blender/editors/gpencil/gpencil_fill.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2017, Blender Foundation, Joshua Leung * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez, Joshua Leung - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_fill.c diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h index a1146cb0777..e9d370ea55b 100644 --- a/source/blender/editors/gpencil/gpencil_intern.h +++ b/source/blender/editors/gpencil/gpencil_intern.h @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2009 Blender Foundation. * All rights reserved. - * - * - * Contributor(s): Blender Foundation - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_intern.h diff --git a/source/blender/editors/gpencil/gpencil_interpolate.c b/source/blender/editors/gpencil/gpencil_interpolate.c index ad41bc5e140..1ae3e227343 100644 --- a/source/blender/editors/gpencil/gpencil_interpolate.c +++ b/source/blender/editors/gpencil/gpencil_interpolate.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2016, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez, Joshua Leung - * - * ***** END GPL LICENSE BLOCK ***** - * * Operators for interpolating new Grease Pencil frames from existing strokes */ diff --git a/source/blender/editors/gpencil/gpencil_merge.c b/source/blender/editors/gpencil/gpencil_merge.c index 830b4a1738f..75061b19925 100644 --- a/source/blender/editors/gpencil/gpencil_merge.c +++ b/source/blender/editors/gpencil/gpencil_merge.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2019, Blender Foundation. * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** - * * Operators for merge Grease Pencil strokes */ diff --git a/source/blender/editors/gpencil/gpencil_old.c b/source/blender/editors/gpencil/gpencil_old.c index 8f1344acb43..b8f91967003 100644 --- a/source/blender/editors/gpencil/gpencil_old.c +++ b/source/blender/editors/gpencil/gpencil_old.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2018, Blender Foundation, * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** - * * Use deprecated data to convert old 2.7x files */ diff --git a/source/blender/editors/gpencil/gpencil_ops.c b/source/blender/editors/gpencil/gpencil_ops.c index 8493244998d..7e195fca7e9 100644 --- a/source/blender/editors/gpencil/gpencil_ops.c +++ b/source/blender/editors/gpencil/gpencil_ops.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2009, Blender Foundation, Joshua Leung * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_ops.c diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c index fbd5ac9e583..f0ba8384280 100644 --- a/source/blender/editors/gpencil/gpencil_paint.c +++ b/source/blender/editors/gpencil/gpencil_paint.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2008, Blender Foundation, Joshua Leung * This is a new part of Blender - * - * Contributor(s): Joshua Leung, Antonio Vazquez, Charlie Jolly - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_paint.c diff --git a/source/blender/editors/gpencil/gpencil_primitive.c b/source/blender/editors/gpencil/gpencil_primitive.c index 01e29ee7b69..88e159adc7a 100644 --- a/source/blender/editors/gpencil/gpencil_primitive.c +++ b/source/blender/editors/gpencil/gpencil_primitive.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,11 +15,6 @@ * * The Original Code is Copyright (C) 2017, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez, Charlie Jolly - * - * ***** END GPL LICENSE BLOCK ***** - * * Operators for creating new Grease Pencil primitives (boxes, circles, ...) */ diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c index 7d0d71bd348..7765c6abbdc 100644 --- a/source/blender/editors/gpencil/gpencil_select.c +++ b/source/blender/editors/gpencil/gpencil_select.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,10 +15,6 @@ * * The Original Code is Copyright (C) 2014, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Joshua Leung - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_select.c diff --git a/source/blender/editors/gpencil/gpencil_undo.c b/source/blender/editors/gpencil/gpencil_undo.c index 97365990fd4..5284a6918fb 100644 --- a/source/blender/editors/gpencil/gpencil_undo.c +++ b/source/blender/editors/gpencil/gpencil_undo.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -17,12 +15,6 @@ * * The Original Code is Copyright (C) 2011 Blender Foundation. * All rights reserved. - * - * - * Contributor(s): Blender Foundation, - * Sergey Sharybin - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_undo.c diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c index 776576807b4..6acbf93a615 100644 --- a/source/blender/editors/gpencil/gpencil_utils.c +++ b/source/blender/editors/gpencil/gpencil_utils.c @@ -1,6 +1,4 @@ /* - * ***** 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 * as published by the Free Software Foundation; either version 2 @@ -16,10 +14,6 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * The Original Code is Copyright (C) 2014, Blender Foundation - * - * Contributor(s): Joshua Leung, Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/editors/gpencil/gpencil_utils.c -- cgit v1.2.3