summaryrefslogtreecommitdiff
path: root/src/cython/gudhi/__init__.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/gudhi/__init__.py.in')
-rw-r--r--src/cython/gudhi/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/gudhi/__init__.py.in b/src/cython/gudhi/__init__.py.in
index 60ad7865..b2d2d3d7 100644
--- a/src/cython/gudhi/__init__.py.in
+++ b/src/cython/gudhi/__init__.py.in
@@ -10,7 +10,7 @@ from importlib import import_module
- YYYY/MM Author: Description of the modification
"""
-__author__ = "Vincent Rouvreau"
+__author__ = "GUDHI Editorial Board"
__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "https://gudhi.inria.fr/licensing/"
__version__ = "@GUDHI_VERSION@"