summaryrefslogtreecommitdiff
path: root/src/cython/example/alpha_complex_from_points_example.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-27 06:27:28 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-27 06:27:28 +0000
commit41029d1e7692cf41e0e4e0eec7cc33b2949e2cf0 (patch)
treef8fee531118fa47ddfa3d8e90d5ad966a78d7343 /src/cython/example/alpha_complex_from_points_example.py
parentbe6997e1cb3b7e6feeb3ece37437f02e6c60a18b (diff)
parent979de853d97225b2b5466ec0a896a06dd08325e9 (diff)
Merge Copyright clarification
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3402 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c24c2226a76df7a6a95d2531e98850c7c19580e1
Diffstat (limited to 'src/cython/example/alpha_complex_from_points_example.py')
-rwxr-xr-xsrc/cython/example/alpha_complex_from_points_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/example/alpha_complex_from_points_example.py b/src/cython/example/alpha_complex_from_points_example.py
index 7d6278ce..ad73c744 100755
--- a/src/cython/example/alpha_complex_from_points_example.py
+++ b/src/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("#####################################################################")