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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-05 01:15:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-05 01:17:00 +0300
commit40f2afcf1d271e14c196116d86ddee3569d41c0a (patch)
tree5af7a8cc160765ecb870a8f5707f510ce2d03ca3 /doc
parentab5e69e6609d3724423021b011bc711d7dbf8a5d (diff)
Cleanup: remove contributors for Python files
Following removal from C source code. See: 8c68ed6df16d8893
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
-rw-r--r--doc/python_api/sphinx_doc_gen_monkeypatch.py2
-rwxr-xr-xdoc/python_api/sphinx_doc_update.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 6200a88d2b1..1eceaaca40e 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -14,8 +14,6 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Contributor(s): Campbell Barton
-#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
diff --git a/doc/python_api/sphinx_doc_gen_monkeypatch.py b/doc/python_api/sphinx_doc_gen_monkeypatch.py
index 58d09f71e9a..26e19782297 100644
--- a/doc/python_api/sphinx_doc_gen_monkeypatch.py
+++ b/doc/python_api/sphinx_doc_gen_monkeypatch.py
@@ -14,8 +14,6 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Contributor(s): Campbell Barton
-#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
diff --git a/doc/python_api/sphinx_doc_update.py b/doc/python_api/sphinx_doc_update.py
index 702151317b3..995991c4afd 100755
--- a/doc/python_api/sphinx_doc_update.py
+++ b/doc/python_api/sphinx_doc_update.py
@@ -16,8 +16,6 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Contributor(s): Bastien Montagne
-#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>