summaryrefslogtreecommitdiff
path: root/.github/copyright_template.h
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-02-20 09:05:54 +0100
committerGitHub <noreply@github.com>2020-02-20 09:05:54 +0100
commitb2ee66ebe17f6ed9a9dbd70c24e5a78a4bb1b5ef (patch)
treed0dd046d787df335c857f7bc4f868a12dcaba961 /.github/copyright_template.h
parentbed30b19e57669c0b8ad385f1124586ed3499a2d (diff)
parentf9e77bbeabf307dbc4e6f1521c1567fe9bf1123f (diff)
Merge pull request #226 from VincentRouvreau/ressources_for_developpers
Add ressources for developpers
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