summaryrefslogtreecommitdiff
path: root/src/cython/example/nerve_of_a_covering.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/nerve_of_a_covering.py')
-rwxr-xr-xsrc/cython/example/nerve_of_a_covering.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cython/example/nerve_of_a_covering.py b/src/cython/example/nerve_of_a_covering.py
index 97042865..707f0631 100755
--- a/src/cython/example/nerve_of_a_covering.py
+++ b/src/cython/example/nerve_of_a_covering.py
@@ -3,19 +3,19 @@
import gudhi
import argparse
-"""This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
+""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
Author(s): Vincent Rouvreau
- Copyright (C) 2018 Inria
+ Copyright (C) 2018 Inria
- Modification(s):
- - YYYY/MM Author: Description of the modification
+ Modification(s):
+ - YYYY/MM Author: Description of the modification
"""
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2018 Inria"
-__license__ = "GPL v3"
+__license__ = "MIT"
parser = argparse.ArgumentParser(description='Nerve of a covering creation '
'from points read in a OFF file.',