From 9cfde740f445aadd90f3ad8493dd79cf9cb15aba Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 1 Jul 2019 11:30:54 +0200 Subject: Code review: it is better to keep GPL for modules depending on CGAL --- src/cython/cython/euclidean_strong_witness_complex.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cython/cython/euclidean_strong_witness_complex.pyx') 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": -- cgit v1.2.3