Code::Blocks  SVN r11506
licenses.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  */
5 
6 #ifndef LICENSES_H
7 #define LICENSES_H
8 
9 // license macros
10 #define LICENSE_GPL _("This program is licensed under the terms\nof the GNU General Public License version 3\n\n" \
11  "Available online under:\nhttp://www.gnu.org/licenses/gpl-3.0.html")
12 
13 #define LICENSE_WXWINDOWS _("This program is distributed under the wxWindows Library License version 3\n\n" \
14  "http://www.wxwidgets.org/about/licence3.txt")
15 
16 #endif // LICENSES_H
17