From bcd38b398ce19a1757ab1f7f51ef50df8eef8d41 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Dec 2019 09:20:32 +1100 Subject: Cleanup: remove contributors, license begin/end & doxy file argument This had already been removed for all source files, recent patches re-introduced them. --- intern/mantaflow/extern/manta_fluid_API.h | 10 ++-------- intern/mantaflow/extern/manta_python_API.h | 10 ++-------- intern/mantaflow/intern/MANTA_main.cpp | 10 ++-------- intern/mantaflow/intern/MANTA_main.h | 10 ++-------- intern/mantaflow/intern/manta_fluid_API.cpp | 10 ++-------- intern/mantaflow/intern/manta_python_API.cpp | 10 ++-------- intern/mantaflow/intern/strings/fluid_script.h | 10 ++-------- intern/mantaflow/intern/strings/liquid_script.h | 11 ++--------- intern/mantaflow/intern/strings/smoke_script.h | 10 ++-------- 9 files changed, 18 insertions(+), 73 deletions(-) (limited to 'intern') diff --git a/intern/mantaflow/extern/manta_fluid_API.h b/intern/mantaflow/extern/manta_fluid_API.h index 9e0bd2d9a3e..aff3a54501c 100644 --- a/intern/mantaflow/extern/manta_fluid_API.h +++ b/intern/mantaflow/extern/manta_fluid_API.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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/extern/manta_smoke_API.h - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #ifndef MANTA_API_H diff --git a/intern/mantaflow/extern/manta_python_API.h b/intern/mantaflow/extern/manta_python_API.h index 9ed795bedaf..02d96d2e5f2 100644 --- a/intern/mantaflow/extern/manta_python_API.h +++ b/intern/mantaflow/extern/manta_python_API.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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/extern/manta_python_API.h - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #ifndef MANTA_PYTHON_API_H diff --git a/intern/mantaflow/intern/MANTA_main.cpp b/intern/mantaflow/intern/MANTA_main.cpp index 70b6f98d97b..a93242b29b9 100644 --- a/intern/mantaflow/intern/MANTA_main.cpp +++ b/intern/mantaflow/intern/MANTA_main.cpp @@ -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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/MANTA.cpp - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #include diff --git a/intern/mantaflow/intern/MANTA_main.h b/intern/mantaflow/intern/MANTA_main.h index 276770de07a..1c18cb8affa 100644 --- a/intern/mantaflow/intern/MANTA_main.h +++ b/intern/mantaflow/intern/MANTA_main.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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/MANTA.h - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #ifndef MANTA_A_H diff --git a/intern/mantaflow/intern/manta_fluid_API.cpp b/intern/mantaflow/intern/manta_fluid_API.cpp index 107d7134d87..240bbd77085 100644 --- a/intern/mantaflow/intern/manta_fluid_API.cpp +++ b/intern/mantaflow/intern/manta_fluid_API.cpp @@ -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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/manta_smoke_API.cpp - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #include diff --git a/intern/mantaflow/intern/manta_python_API.cpp b/intern/mantaflow/intern/manta_python_API.cpp index 66b4a4082c5..8f7a396410a 100644 --- a/intern/mantaflow/intern/manta_python_API.cpp +++ b/intern/mantaflow/intern/manta_python_API.cpp @@ -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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/manta_python_API.cpp - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #include "manta_python_API.h" diff --git a/intern/mantaflow/intern/strings/fluid_script.h b/intern/mantaflow/intern/strings/fluid_script.h index b2a709ac4c1..565b942c582 100644 --- a/intern/mantaflow/intern/strings/fluid_script.h +++ b/intern/mantaflow/intern/strings/fluid_script.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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/strings/shared_script.h - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #include diff --git a/intern/mantaflow/intern/strings/liquid_script.h b/intern/mantaflow/intern/strings/liquid_script.h index 0569dfc6810..fc516201e87 100644 --- a/intern/mantaflow/intern/strings/liquid_script.h +++ b/intern/mantaflow/intern/strings/liquid_script.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,15 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * Georg Kohl - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/strings/liquid.h - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #include diff --git a/intern/mantaflow/intern/strings/smoke_script.h b/intern/mantaflow/intern/strings/smoke_script.h index ef300fc5c17..186f56c0707 100644 --- a/intern/mantaflow/intern/strings/smoke_script.h +++ b/intern/mantaflow/intern/strings/smoke_script.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,14 +15,10 @@ * * The Original Code is Copyright (C) 2016 Blender Foundation. * All rights reserved. - * - * Contributor(s): Sebastian Barschkis (sebbas) - * - * ***** END GPL LICENSE BLOCK ***** */ -/** \file mantaflow/intern/strings/smoke.h - * \ingroup mantaflow +/** \file + * \ingroup mantaflow */ #include -- cgit v1.2.3