summaryrefslogtreecommitdiff
path: root/cython/example/alpha_complex_from_points_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'cython/example/alpha_complex_from_points_example.py')
-rwxr-xr-xcython/example/alpha_complex_from_points_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/example/alpha_complex_from_points_example.py b/cython/example/alpha_complex_from_points_example.py
index 7d6278ce..ad73c744 100755
--- a/cython/example/alpha_complex_from_points_example.py
+++ b/cython/example/alpha_complex_from_points_example.py
@@ -8,7 +8,7 @@ from gudhi import AlphaComplex, SimplexTree
Author(s): Vincent Rouvreau
- Copyright (C) 2016 INRIA
+ Copyright (C) 2016 Inria
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ from gudhi import AlphaComplex, SimplexTree
"""
__author__ = "Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2016 INRIA"
+__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "GPL v3"
print("#####################################################################")