summaryrefslogtreecommitdiff
path: root/cython/cython/alpha_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'cython/cython/alpha_complex.pyx')
-rw-r--r--cython/cython/alpha_complex.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/cython/alpha_complex.pyx b/cython/cython/alpha_complex.pyx
index a0e8f9b7..4f772e31 100644
--- a/cython/cython/alpha_complex.pyx
+++ b/cython/cython/alpha_complex.pyx
@@ -11,7 +11,7 @@ import os
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
@@ -28,7 +28,7 @@ import os
"""
__author__ = "Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2016 INRIA"
+__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "GPL v3"
cdef extern from "Alpha_complex_interface.h" namespace "Gudhi":