tasty renamings
[feisty_meow.git] / documentation / headers / gnu_header.h
1 #ifndef NAMEOF_CLASS
2 #define NAMEOF_CLASS
3
4 //////////////
5 // Name   : THISCLASSNAME
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