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 /intern/mantaflow/extern
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 'intern/mantaflow/extern')
-rw-r--r--intern/mantaflow/extern/manta_fluid_API.h10
-rw-r--r--intern/mantaflow/extern/manta_python_API.h10
2 files changed, 4 insertions, 16 deletions
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