From 2ffd579440e6f0158588f8fa905e2f1dc49a5158 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 26 Jun 2019 16:07:29 +0200 Subject: Change Python template and fix copyrights --- src/cython/test/test_witness_complex.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cython/test/test_witness_complex.py') diff --git a/src/cython/test/test_witness_complex.py b/src/cython/test/test_witness_complex.py index abc3b3b9..70511107 100755 --- a/src/cython/test/test_witness_complex.py +++ b/src/cython/test/test_witness_complex.py @@ -1,18 +1,18 @@ from gudhi import WitnessComplex, StrongWitnessComplex, SimplexTree -"""This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT. +""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT. See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details. Author(s): Vincent Rouvreau - Copyright (C) 2016 Inria + Copyright (C) 2016 Inria - Modification(s): - - YYYY/MM Author: Description of the modification + Modification(s): + - YYYY/MM Author: Description of the modification """ __author__ = "Vincent Rouvreau" __copyright__ = "Copyright (C) 2016 Inria" -__license__ = "GPL v3" +__license__ = "MIT" def test_empty_witness_complex(): -- cgit v1.2.3