summaryrefslogtreecommitdiff
path: root/src/python/gudhi/sktda/metrics.py
diff options
context:
space:
mode:
authormathieu <mathieu.carriere3@gmail.com>2019-11-09 21:01:44 -0500
committermathieu <mathieu.carriere3@gmail.com>2019-11-09 21:01:44 -0500
commit5372648ccc80e9754e1d2057c5bdba9724810da5 (patch)
treebef746b37d07b2e265b4a3fdbf0df767096b1e56 /src/python/gudhi/sktda/metrics.py
parentdc9771161ec5155030dad9301cd9af79f13005b3 (diff)
added copyrights
Diffstat (limited to 'src/python/gudhi/sktda/metrics.py')
-rw-r--r--src/python/gudhi/sktda/metrics.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/python/gudhi/sktda/metrics.py b/src/python/gudhi/sktda/metrics.py
index e85fd14d..cc461cbd 100644
--- a/src/python/gudhi/sktda/metrics.py
+++ b/src/python/gudhi/sktda/metrics.py
@@ -1,6 +1,11 @@
-"""
-@author: Mathieu Carriere
-All rights reserved
+""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
+ See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
+ Author(s): Mathieu Carrière
+
+ Copyright (C) 2018-2019 Inria
+
+ Modification(s):
+ - YYYY/MM Author: Description of the modification
"""
import numpy as np