summaryrefslogtreecommitdiff
path: root/src/cython/cython/nerve_gic.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/nerve_gic.pyx')
-rw-r--r--src/cython/cython/nerve_gic.pyx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cython/cython/nerve_gic.pyx b/src/cython/cython/nerve_gic.pyx
index 6eeaf5fe..c81125b7 100644
--- a/src/cython/cython/nerve_gic.pyx
+++ b/src/cython/cython/nerve_gic.pyx
@@ -5,19 +5,19 @@ from libcpp.string cimport string
from libcpp cimport bool
import os
-"""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"
cdef extern from "Nerve_gic_interface.h" namespace "Gudhi":
cdef cppclass Nerve_gic_interface "Gudhi::cover_complex::Nerve_gic_interface":