summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-08-19 16:10:07 +0200
committerGitHub <noreply@github.com>2019-08-19 16:10:07 +0200
commit4d1b8c13a5ad5b1c3271b2944e8327b4937f6956 (patch)
treeb2fcc21587305d6bd6847be73b899a05fb18f726 /src/Simplex_tree/test/simplex_tree_ctor_and_move_unit_test.cpp
parentf057131902f352f8ccc30a0bacdfc69c5d21384b (diff)
parent331fee1010245f487abfa0381dd9e9936654a016 (diff)
Merge pull request #84 from VincentRouvreau/gpl_to_mit
Fix #35
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>