Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-12-17 01:20:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 01:27:01 +0300
commitbcd38b398ce19a1757ab1f7f51ef50df8eef8d41 (patch)
treec1e2798468886b01fe1afa42545c2defbc575c89 /source/blender/gpencil_modifiers
parent11e4eafd9b08b5844860b92a5c8723aab8e77e1a (diff)
Cleanup: remove contributors, license begin/end & doxy file argument
This had already been removed for all source files, recent patches re-introduced them.
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilmultiply.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilmultiply.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilmultiply.c
index c71d074e564..bc545ce6ce8 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilmultiply.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilmultiply.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,9 @@
*
* The Original Code is Copyright (C) 2017, Blender Foundation
* This is a new part of Blender
- *
- * ***** END GPL LICENSE BLOCK *****
- *
*/
-/** \file blender/gpencil_modifiers/intern/MOD_gpencilstrokes.c
+/** \file
* \ingroup modifiers
*/