summaryrefslogtreecommitdiff
path: root/src/cython/cython/alpha_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/alpha_complex.pyx')
-rw-r--r--src/cython/cython/alpha_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/cython/alpha_complex.pyx b/src/cython/cython/alpha_complex.pyx
index 48c2a046..249d51d0 100644
--- a/src/cython/cython/alpha_complex.pyx
+++ b/src/cython/cython/alpha_complex.pyx
@@ -17,7 +17,7 @@ import os
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"
-__license__ = "MIT"
+__license__ = "GPL v3"
cdef extern from "Alpha_complex_interface.h" namespace "Gudhi":
cdef cppclass Alpha_complex_interface "Gudhi::alpha_complex::Alpha_complex_interface":