summaryrefslogtreecommitdiff
path: root/cython/cython/bottleneck_distance.pyx
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-06-15 12:42:55 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-06-15 12:42:55 +0200
commitc31bac6af57af917b8f799d0c21eb6af34ee1f6e (patch)
tree5a9603a4ec016f1aa09c7da52510790680c790c3 /cython/cython/bottleneck_distance.pyx
parent02de1136cf9850803cb1e1ac1141f11b50be2992 (diff)
parent41482b4260b4aff3d6803e340d5c94fbefb9af67 (diff)
Merge branch 'dfsg/latest' into debian/sid
Diffstat (limited to 'cython/cython/bottleneck_distance.pyx')
-rw-r--r--cython/cython/bottleneck_distance.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/cython/bottleneck_distance.pyx b/cython/cython/bottleneck_distance.pyx
index 9fb377ff..76ef81f4 100644
--- a/cython/cython/bottleneck_distance.pyx
+++ b/cython/cython/bottleneck_distance.pyx
@@ -9,7 +9,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
@@ -26,7 +26,7 @@ import os
"""
__author__ = "Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2016 INRIA"
+__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "GPL v3"
cdef extern from "Bottleneck_distance_interface.h" namespace "Gudhi::persistence_diagram":