/*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef VERSION_H #define VERSION_H #define KMYFIREWALL_VERSION "1.1.1" #define COPYRIGHT_DATE "(c) 2001-2007" #define COPYRIGHT_OWNER "The KMyFirewall Team" #define COPYRIGHT_STRING "copyright (c) the KMyFirewall developers 2001-2007" #define MAINTAINER "Christian Hubinger " #define LICENSE "This program is distributed under the terms of the GPL v2" #endif