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 --- ...itness_complex_diagram_persistence_from_off_file_example.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cython/example/euclidean_witness_complex_diagram_persistence_from_off_file_example.py') diff --git a/src/cython/example/euclidean_witness_complex_diagram_persistence_from_off_file_example.py b/src/cython/example/euclidean_witness_complex_diagram_persistence_from_off_file_example.py index cd949dc4..9a17f8de 100755 --- a/src/cython/example/euclidean_witness_complex_diagram_persistence_from_off_file_example.py +++ b/src/cython/example/euclidean_witness_complex_diagram_persistence_from_off_file_example.py @@ -3,19 +3,19 @@ import gudhi import argparse -"""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" parser = argparse.ArgumentParser(description='EuclideanWitnessComplex creation from ' 'points read in a OFF file.', -- cgit v1.2.3