summaryrefslogtreecommitdiff
path: root/src/cython/cython/bottleneck_distance.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/bottleneck_distance.pyx')
-rw-r--r--src/cython/cython/bottleneck_distance.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/cython/bottleneck_distance.pyx b/src/cython/cython/bottleneck_distance.pyx
index 455a8112..4b378cbc 100644
--- a/src/cython/cython/bottleneck_distance.pyx
+++ b/src/cython/cython/bottleneck_distance.pyx
@@ -15,7 +15,7 @@ import os
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"
-__license__ = "MIT"
+__license__ = "GPL v3"
cdef extern from "Bottleneck_distance_interface.h" namespace "Gudhi::persistence_diagram":
double bottleneck(vector[pair[double, double]], vector[pair[double, double]], double)