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/shader_fx/intern/FX_shader_blur.c | 7 ------- source/blender/shader_fx/intern/FX_shader_colorize.c | 7 ------- source/blender/shader_fx/intern/FX_shader_flip.c | 7 ------- source/blender/shader_fx/intern/FX_shader_glow.c | 7 ------- source/blender/shader_fx/intern/FX_shader_light.c | 7 ------- source/blender/shader_fx/intern/FX_shader_pixel.c | 7 ------- source/blender/shader_fx/intern/FX_shader_rim.c | 7 ------- source/blender/shader_fx/intern/FX_shader_shadow.c | 7 ------- source/blender/shader_fx/intern/FX_shader_swirl.c | 7 ------- source/blender/shader_fx/intern/FX_shader_util.c | 6 ------ source/blender/shader_fx/intern/FX_shader_util.h | 8 -------- source/blender/shader_fx/intern/FX_shader_wave.c | 7 ------- 12 files changed, 84 deletions(-) (limited to 'source/blender/shader_fx/intern') diff --git a/source/blender/shader_fx/intern/FX_shader_blur.c b/source/blender/shader_fx/intern/FX_shader_blur.c index 128ebba8875..4d14bba2a16 100644 --- a/source/blender/shader_fx/intern/FX_shader_blur.c +++ b/source/blender/shader_fx/intern/FX_shader_blur.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 - * - * ***** END GPL LICENSE BLOCK ***** - * */ /** \file blender/shader_fx/intern/FX_shader_blur.c diff --git a/source/blender/shader_fx/intern/FX_shader_colorize.c b/source/blender/shader_fx/intern/FX_shader_colorize.c index edf276b842c..79d8daaa483 100644 --- a/source/blender/shader_fx/intern/FX_shader_colorize.c +++ b/source/blender/shader_fx/intern/FX_shader_colorize.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_colorize.c diff --git a/source/blender/shader_fx/intern/FX_shader_flip.c b/source/blender/shader_fx/intern/FX_shader_flip.c index 2ab311aa6dc..9aeca02f3d7 100644 --- a/source/blender/shader_fx/intern/FX_shader_flip.c +++ b/source/blender/shader_fx/intern/FX_shader_flip.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 - * - * ***** END GPL LICENSE BLOCK ***** - * */ /** \file blender/shader_fx/intern/FX_shader_flip.c diff --git a/source/blender/shader_fx/intern/FX_shader_glow.c b/source/blender/shader_fx/intern/FX_shader_glow.c index 07d0e1f4350..a7816e23391 100644 --- a/source/blender/shader_fx/intern/FX_shader_glow.c +++ b/source/blender/shader_fx/intern/FX_shader_glow.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_glow.c diff --git a/source/blender/shader_fx/intern/FX_shader_light.c b/source/blender/shader_fx/intern/FX_shader_light.c index cb71a81cb7d..af2f89ee1c5 100644 --- a/source/blender/shader_fx/intern/FX_shader_light.c +++ b/source/blender/shader_fx/intern/FX_shader_light.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_light.c diff --git a/source/blender/shader_fx/intern/FX_shader_pixel.c b/source/blender/shader_fx/intern/FX_shader_pixel.c index 8c5c38d6aa7..cf702fd8de6 100644 --- a/source/blender/shader_fx/intern/FX_shader_pixel.c +++ b/source/blender/shader_fx/intern/FX_shader_pixel.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 - * - * ***** END GPL LICENSE BLOCK ***** - * */ /** \file blender/shader_fx/intern/FX_shader_pixel.c diff --git a/source/blender/shader_fx/intern/FX_shader_rim.c b/source/blender/shader_fx/intern/FX_shader_rim.c index f3bec9a9571..64d3cbe1b61 100644 --- a/source/blender/shader_fx/intern/FX_shader_rim.c +++ b/source/blender/shader_fx/intern/FX_shader_rim.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_rim.c diff --git a/source/blender/shader_fx/intern/FX_shader_shadow.c b/source/blender/shader_fx/intern/FX_shader_shadow.c index 06a217b6f8f..0feced7545b 100644 --- a/source/blender/shader_fx/intern/FX_shader_shadow.c +++ b/source/blender/shader_fx/intern/FX_shader_shadow.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_shadow.c diff --git a/source/blender/shader_fx/intern/FX_shader_swirl.c b/source/blender/shader_fx/intern/FX_shader_swirl.c index 40fa20e62d5..31ec0b2b59e 100644 --- a/source/blender/shader_fx/intern/FX_shader_swirl.c +++ b/source/blender/shader_fx/intern/FX_shader_swirl.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_swirl.c diff --git a/source/blender/shader_fx/intern/FX_shader_util.c b/source/blender/shader_fx/intern/FX_shader_util.c index 5eaf36237f1..87356b77146 100644 --- a/source/blender/shader_fx/intern/FX_shader_util.c +++ b/source/blender/shader_fx/intern/FX_shader_util.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) 2018, Blender Foundation * This is a new part of Blender - * - * Contributor(s): Antonio Vazquez - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/shader_fx/intern/FX_shader_util.c diff --git a/source/blender/shader_fx/intern/FX_shader_util.h b/source/blender/shader_fx/intern/FX_shader_util.h index e2fdcd6fb4c..d786d356589 100644 --- a/source/blender/shader_fx/intern/FX_shader_util.h +++ b/source/blender/shader_fx/intern/FX_shader_util.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,12 +15,6 @@ * * The Original Code is Copyright (C) Blender Foundation. * All rights reserved. - * - * The Original Code is: all of this file. - * - * Contributor(s): none yet. - * - * ***** END GPL LICENSE BLOCK ***** */ /** \file blender/shader_fx/intern/FX_shader_util.h diff --git a/source/blender/shader_fx/intern/FX_shader_wave.c b/source/blender/shader_fx/intern/FX_shader_wave.c index ea4563a00e1..c54c2d8e6d2 100644 --- a/source/blender/shader_fx/intern/FX_shader_wave.c +++ b/source/blender/shader_fx/intern/FX_shader_wave.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 ***** - * */ /** \file blender/shader_fx/intern/FX_shader_wave.c -- cgit v1.2.3