summaryrefslogtreecommitdiff
path: root/src/cython/cython/euclidean_strong_witness_complex.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-07-01 11:30:54 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-07-01 11:30:54 +0200
commit9cfde740f445aadd90f3ad8493dd79cf9cb15aba (patch)
tree17fe4c58e5a341238f30d8599b60058b7b1b1206 /src/cython/cython/euclidean_strong_witness_complex.pyx
parentb8dc4c2bac6815b81b7306bed2ece7f079a76ffb (diff)
Code review: it is better to keep GPL for modules depending on CGAL
Diffstat (limited to 'src/cython/cython/euclidean_strong_witness_complex.pyx')
-rw-r--r--src/cython/cython/euclidean_strong_witness_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/cython/euclidean_strong_witness_complex.pyx b/src/cython/cython/euclidean_strong_witness_complex.pyx
index e670e9af..26bd8375 100644
--- a/src/cython/cython/euclidean_strong_witness_complex.pyx
+++ b/src/cython/cython/euclidean_strong_witness_complex.pyx
@@ -14,7 +14,7 @@ from libcpp.utility cimport pair
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"
-__license__ = "MIT"
+__license__ = "GPL v3"
cdef extern from "Euclidean_strong_witness_complex_interface.h" namespace "Gudhi":
cdef cppclass Euclidean_strong_witness_complex_interface "Gudhi::witness_complex::Euclidean_strong_witness_complex_interface":