054630fa6855184c8ac769b1f35f3e74f1f3faae
[feisty_meow.git] / doc / headers / gnu_header.h
1 #ifndef {NAME}_CLASS
2 #define {NAME}_CLASS
3
4 //////////////
5 // Name   : {class name}
6 // Author : Chris Koeritz
7 // Rights : Copyright (c) 2012-$now By Author
8 //////////////
9 // This file is free software; you can modify/redistribute it under the terms
10 // of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]
11 // Feel free to send updates to: [ fred@gruntose.com ]
12 //////////////
13
14 //! brief description goes here.
15 /*!
16   detailed description goes here.
17 ...
18 */
19
20 #endif
21