summaryrefslogtreecommitdiff
path: root/for_dev/copyright_template.h
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-11 14:31:48 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-11 14:31:48 +0100
commit91223f6158607dfbb94e38b69cc1ec9599a9cf19 (patch)
tree8a68b5f4773fe6352b9971f8a1ff7289d0b758ae /for_dev/copyright_template.h
parentee0f12f1df406c81c6ad860c494eed908021fad9 (diff)
Add ressources: default copyright files (Python and C++ versions) and a github guide for GUDHI contributors
Diffstat (limited to 'for_dev/copyright_template.h')
-rw-r--r--for_dev/copyright_template.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/for_dev/copyright_template.h b/for_dev/copyright_template.h
new file mode 100644
index 00000000..30034f1b
--- /dev/null
+++ b/for_dev/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