summaryrefslogtreecommitdiff
path: root/cython/cython/euclidean_witness_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'cython/cython/euclidean_witness_complex.pyx')
-rw-r--r--cython/cython/euclidean_witness_complex.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/cython/euclidean_witness_complex.pyx b/cython/cython/euclidean_witness_complex.pyx
index 7c443b6b..c10ca73d 100644
--- a/cython/cython/euclidean_witness_complex.pyx
+++ b/cython/cython/euclidean_witness_complex.pyx
@@ -8,7 +8,7 @@ from libcpp.utility cimport pair
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 libcpp.utility cimport pair
"""
__author__ = "Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2016 INRIA"
+__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "GPL v3"
cdef extern from "Euclidean_witness_complex_interface.h" namespace "Gudhi":