summaryrefslogtreecommitdiff
path: root/.github/copyright_template.h
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-13 16:52:58 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-13 16:52:58 +0100
commit7afba92e26f9e3e78ce0c27b8b9ef29b2f9a8121 (patch)
treea57d160d87d5c3740c3a3da5d5c54d11449f31cd /.github/copyright_template.h
parent4b0c4bdf4ec3b8ddc7803eff3e08b7a792a9003d (diff)
[skip ci] Move all in .github folder
Diffstat (limited to '.github/copyright_template.h')
-rw-r--r--.github/copyright_template.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/copyright_template.h b/.github/copyright_template.h
new file mode 100644
index 00000000..30034f1b
--- /dev/null
+++ b/.github/copyright_template.h
@@ -0,0 +1,14 @@
+/* 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): [AUTHOR NAME]
+ *
+ * Copyright (C) [YEAR] [COPYRIGHT]
+ *
+ * Modification(s):
+ * - YYYY/MM Author: Description of the modification
+ */
+
+#ifndef [FILE_NAME]_H_
+#define [FILE_NAME]_H_
+
+#endif // [FILE_NAME]_H_ \ No newline at end of file