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 --- ...lpha_complex_diagram_persistence_from_off_file_example.py | 10 +++++----- src/cython/example/alpha_complex_from_points_example.py | 10 +++++----- .../example/alpha_rips_persistence_bottleneck_distance.py | 10 +++++----- src/cython/example/bottleneck_basic_example.py | 12 ++++++------ src/cython/example/coordinate_graph_induced_complex.py | 10 +++++----- ...ness_complex_diagram_persistence_from_off_file_example.py | 10 +++++----- ...ness_complex_diagram_persistence_from_off_file_example.py | 10 +++++----- src/cython/example/functional_graph_induced_complex.py | 10 +++++----- src/cython/example/gudhi_graphical_tools_example.py | 10 +++++----- src/cython/example/nerve_of_a_covering.py | 10 +++++----- ..._complex_barcode_persistence_from_perseus_file_example.py | 10 +++++----- .../example/random_cubical_complex_persistence_example.py | 10 +++++----- ...agram_persistence_from_correlation_matrix_file_example.py | 10 +++++----- ..._diagram_persistence_from_distance_matrix_file_example.py | 10 +++++----- ...rips_complex_diagram_persistence_from_off_file_example.py | 10 +++++----- src/cython/example/rips_complex_from_points_example.py | 10 +++++----- src/cython/example/rips_persistence_diagram.py | 12 ++++++------ src/cython/example/simplex_tree_example.py | 10 +++++----- src/cython/example/sparse_rips_persistence_diagram.py | 12 ++++++------ ...angential_complex_plain_homology_from_off_file_example.py | 10 +++++----- src/cython/example/voronoi_graph_induced_complex.py | 10 +++++----- .../example/witness_complex_from_nearest_landmark_table.py | 10 +++++----- 22 files changed, 113 insertions(+), 113 deletions(-) (limited to 'src/cython/example') diff --git a/src/cython/example/alpha_complex_diagram_persistence_from_off_file_example.py b/src/cython/example/alpha_complex_diagram_persistence_from_off_file_example.py index 0957175a..d9925c22 100755 --- a/src/cython/example/alpha_complex_diagram_persistence_from_off_file_example.py +++ b/src/cython/example/alpha_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='AlphaComplex creation from ' 'points read in a OFF file.', diff --git a/src/cython/example/alpha_complex_from_points_example.py b/src/cython/example/alpha_complex_from_points_example.py index 4338ed87..a746998c 100755 --- a/src/cython/example/alpha_complex_from_points_example.py +++ b/src/cython/example/alpha_complex_from_points_example.py @@ -2,19 +2,19 @@ from gudhi import AlphaComplex, 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" print("#####################################################################") print("AlphaComplex creation from points") diff --git a/src/cython/example/alpha_rips_persistence_bottleneck_distance.py b/src/cython/example/alpha_rips_persistence_bottleneck_distance.py index b5d6c0a7..92bf9d39 100755 --- a/src/cython/example/alpha_rips_persistence_bottleneck_distance.py +++ b/src/cython/example/alpha_rips_persistence_bottleneck_distance.py @@ -4,19 +4,19 @@ import gudhi import argparse import math -"""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='AlphaComplex and RipsComplex ' 'persistence creation from points read in ' diff --git a/src/cython/example/bottleneck_basic_example.py b/src/cython/example/bottleneck_basic_example.py index 4adc0785..f47e24d4 100755 --- a/src/cython/example/bottleneck_basic_example.py +++ b/src/cython/example/bottleneck_basic_example.py @@ -2,19 +2,19 @@ import gudhi -"""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): Francois Godi, Vincent Rouvreau + 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__ = "Francois Godi, Vincent Rouvreau" __copyright__ = "Copyright (C) 2016 Inria" -__license__ = "GPL v3" +__license__ = "MIT" diag1 = [[2.7, 3.7],[9.6, 14.],[34.2, 34.974], [3.,float('Inf')]] diff --git a/src/cython/example/coordinate_graph_induced_complex.py b/src/cython/example/coordinate_graph_induced_complex.py index d066b20a..f30eaf3e 100755 --- a/src/cython/example/coordinate_graph_induced_complex.py +++ b/src/cython/example/coordinate_graph_induced_complex.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) 2018 Inria + Copyright (C) 2018 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) 2018 Inria" -__license__ = "GPL v3" +__license__ = "MIT" parser = argparse.ArgumentParser(description='Coordinate GIC ' 'from points read in a OFF file.', diff --git a/src/cython/example/euclidean_strong_witness_complex_diagram_persistence_from_off_file_example.py b/src/cython/example/euclidean_strong_witness_complex_diagram_persistence_from_off_file_example.py index 604d52c9..1a8de8bd 100755 --- a/src/cython/example/euclidean_strong_witness_complex_diagram_persistence_from_off_file_example.py +++ b/src/cython/example/euclidean_strong_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='EuclideanStrongWitnessComplex creation from ' 'points read in a OFF file.', 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.', diff --git a/src/cython/example/functional_graph_induced_complex.py b/src/cython/example/functional_graph_induced_complex.py index fcc4373d..f87c6837 100755 --- a/src/cython/example/functional_graph_induced_complex.py +++ b/src/cython/example/functional_graph_induced_complex.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) 2018 Inria + Copyright (C) 2018 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) 2018 Inria" -__license__ = "GPL v3" +__license__ = "MIT" parser = argparse.ArgumentParser(description='Functional GIC ' 'from points read in a OFF file.', diff --git a/src/cython/example/gudhi_graphical_tools_example.py b/src/cython/example/gudhi_graphical_tools_example.py index a031b0d0..4f64c615 100755 --- a/src/cython/example/gudhi_graphical_tools_example.py +++ b/src/cython/example/gudhi_graphical_tools_example.py @@ -2,19 +2,19 @@ import gudhi -"""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" print("#####################################################################") print("Show barcode persistence example") diff --git a/src/cython/example/nerve_of_a_covering.py b/src/cython/example/nerve_of_a_covering.py index 97042865..707f0631 100755 --- a/src/cython/example/nerve_of_a_covering.py +++ b/src/cython/example/nerve_of_a_covering.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) 2018 Inria + Copyright (C) 2018 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) 2018 Inria" -__license__ = "GPL v3" +__license__ = "MIT" parser = argparse.ArgumentParser(description='Nerve of a covering creation ' 'from points read in a OFF file.', diff --git a/src/cython/example/periodic_cubical_complex_barcode_persistence_from_perseus_file_example.py b/src/cython/example/periodic_cubical_complex_barcode_persistence_from_perseus_file_example.py index 0c9bf242..40a2fed1 100755 --- a/src/cython/example/periodic_cubical_complex_barcode_persistence_from_perseus_file_example.py +++ b/src/cython/example/periodic_cubical_complex_barcode_persistence_from_perseus_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" def is_file_perseus(file): num_lines = open(file).read().count('\n') diff --git a/src/cython/example/random_cubical_complex_persistence_example.py b/src/cython/example/random_cubical_complex_persistence_example.py index efbfcdf8..12db3f41 100755 --- a/src/cython/example/random_cubical_complex_persistence_example.py +++ b/src/cython/example/random_cubical_complex_persistence_example.py @@ -7,19 +7,19 @@ import argparse import operator -"""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='Random cubical complex.', epilog='Example: ' diff --git a/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py b/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py index 5621f4a1..98be0123 100755 --- a/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py +++ b/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py @@ -4,19 +4,19 @@ import gudhi import sys 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) 2017 Inria + Copyright (C) 2017 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) 2017 Inria" -__license__ = "GPL v3" +__license__ = "MIT" parser = argparse.ArgumentParser(description='RipsComplex creation from ' 'a correlation matrix read in a csv file.', diff --git a/src/cython/example/rips_complex_diagram_persistence_from_distance_matrix_file_example.py b/src/cython/example/rips_complex_diagram_persistence_from_distance_matrix_file_example.py index d298de9a..f02dc0c0 100755 --- a/src/cython/example/rips_complex_diagram_persistence_from_distance_matrix_file_example.py +++ b/src/cython/example/rips_complex_diagram_persistence_from_distance_matrix_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='RipsComplex creation from ' 'a distance matrix read in a csv file.', diff --git a/src/cython/example/rips_complex_diagram_persistence_from_off_file_example.py b/src/cython/example/rips_complex_diagram_persistence_from_off_file_example.py index 39537e41..e1f8b85d 100755 --- a/src/cython/example/rips_complex_diagram_persistence_from_off_file_example.py +++ b/src/cython/example/rips_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='RipsComplex creation from ' 'points read in a OFF file.', diff --git a/src/cython/example/rips_complex_from_points_example.py b/src/cython/example/rips_complex_from_points_example.py index 26df89ac..f0d7a097 100755 --- a/src/cython/example/rips_complex_from_points_example.py +++ b/src/cython/example/rips_complex_from_points_example.py @@ -2,19 +2,19 @@ import gudhi -"""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" print("#####################################################################") print("RipsComplex creation from points") diff --git a/src/cython/example/rips_persistence_diagram.py b/src/cython/example/rips_persistence_diagram.py index 9e6d7a3f..6b02eac9 100755 --- a/src/cython/example/rips_persistence_diagram.py +++ b/src/cython/example/rips_persistence_diagram.py @@ -2,19 +2,19 @@ import gudhi -"""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): Marc Glisse + 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__ = "Marc Glisse" __copyright__ = "Copyright (C) 2016 Inria" -__license__ = "GPL v3" +__license__ = "MIT" print("#####################################################################") print("RipsComplex creation from points") diff --git a/src/cython/example/simplex_tree_example.py b/src/cython/example/simplex_tree_example.py index 51b8bfc7..30de00da 100755 --- a/src/cython/example/simplex_tree_example.py +++ b/src/cython/example/simplex_tree_example.py @@ -2,19 +2,19 @@ import gudhi -"""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" print("#####################################################################") print("SimplexTree creation from insertion") diff --git a/src/cython/example/sparse_rips_persistence_diagram.py b/src/cython/example/sparse_rips_persistence_diagram.py index 9dc26f08..e58baf45 100755 --- a/src/cython/example/sparse_rips_persistence_diagram.py +++ b/src/cython/example/sparse_rips_persistence_diagram.py @@ -2,19 +2,19 @@ import gudhi -"""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): Marc Glisse + Author(s): Vincent Rouvreau - Copyright (C) 2018 Inria + Copyright (C) 2018 Inria - Modification(s): - - YYYY/MM Author: Description of the modification + Modification(s): + - YYYY/MM Author: Description of the modification """ __author__ = "Marc Glisse" __copyright__ = "Copyright (C) 2018 Inria" -__license__ = "GPL v3" +__license__ = "MIT" print("#####################################################################") print("Sparse RipsComplex creation from points") diff --git a/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py b/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py index 49fd7026..075149fb 100755 --- a/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py +++ b/src/cython/example/tangential_complex_plain_homology_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='TangentialComplex creation from ' 'points read in a OFF file.', diff --git a/src/cython/example/voronoi_graph_induced_complex.py b/src/cython/example/voronoi_graph_induced_complex.py index 623601d6..1e62fb60 100755 --- a/src/cython/example/voronoi_graph_induced_complex.py +++ b/src/cython/example/voronoi_graph_induced_complex.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) 2018 Inria + Copyright (C) 2018 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) 2018 Inria" -__license__ = "GPL v3" +__license__ = "MIT" parser = argparse.ArgumentParser(description='Voronoi GIC ' 'from points read in a OFF file.', diff --git a/src/cython/example/witness_complex_from_nearest_landmark_table.py b/src/cython/example/witness_complex_from_nearest_landmark_table.py index 9a358fb1..5cf954bf 100755 --- a/src/cython/example/witness_complex_from_nearest_landmark_table.py +++ b/src/cython/example/witness_complex_from_nearest_landmark_table.py @@ -2,19 +2,19 @@ from gudhi import 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" print("#####################################################################") print("WitnessComplex creation from nearest landmark table") -- cgit v1.2.3