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/example/alpha_complex_from_points_example.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cython/example/alpha_complex_from_points_example.py') 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") -- cgit v1.2.3