first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / basis / gnu_header.h
1 #ifndef {NAME}_CLASS
2 #define {NAME}_CLASS
3
4 //////////////
5 // Name   : {class name}
6 // Author : {your name}
7 //////////////
8 // Copyright (c) 2010-$now By Author.  This program is free software; you can
9 // redistribute it and/or modify it under the terms of the GNU General Public
10 // License as published by the Free Software Foundation:
11 //     http://www.gnu.org/licenses/gpl.html
12 // or under the terms of the GNU Library license:
13 //     http://www.gnu.org/licenses/lgpl.html
14 // at your preference.  Those licenses describe your legal rights to this
15 // software, and no other rights or warranties apply.
16 // Please send updates for this code to: fred@gruntose.com -- Thanks, fred.
17 //////////////
18
19 //! brief description goes here.
20 /*!
21   detailed description goes here.
22 */
23
24 //////////////
25 // class definition goes here.......
26 //////////////
27
28 #endif
29