summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 16:15:18 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 16:15:18 +0200
commitd066372ac3ce5256fcd780a9dfc8e8f871fe65aa (patch)
tree12d609b56bc6052d4f0fa06981d4a7883ed1122c /src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
parent68753b3c28321e28eedd5829c94234da84e25c8d (diff)
parentf510a7e607b46ba8cc118cd787ff9b0b8bff091f (diff)
Merge branch 'master' into split_gudhi_python_in_modules
Diffstat (limited to 'src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp')
-rw-r--r--src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp b/src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
index e729cf00..c0615b12 100644
--- a/src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
+++ b/src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
@@ -1,3 +1,13 @@
+/* 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): Vincent Rouvreau
+ *
+ * Copyright (C) 2014 Inria
+ *
+ * Modification(s):
+ * - YYYY/MM Author: Description of the modification
+ */
+
#include <iostream>
#include <vector>
#include <string>