summaryrefslogtreecommitdiff
path: root/.github/copyright_template.h
blob: 30034f1bc711c1c3efb34e7729320533dc43cffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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_