summaryrefslogtreecommitdiff
path: root/src/cython/cython/subsampling.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/subsampling.pyx')
-rw-r--r--src/cython/cython/subsampling.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/cython/subsampling.pyx b/src/cython/cython/subsampling.pyx
index 9b80e5e9..1135c1fb 100644
--- a/src/cython/cython/subsampling.pyx
+++ b/src/cython/cython/subsampling.pyx
@@ -16,7 +16,7 @@ import os
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"
-__license__ = "MIT"
+__license__ = "GPL v3"
cdef extern from "Subsampling_interface.h" namespace "Gudhi::subsampling":
vector[vector[double]] subsampling_n_farthest_points(vector[vector[double]] points, unsigned nb_points)