You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmyfirewall/kmyfirewall/version.h

20 lines
997 B

/***************************************************************************
* *
* 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 <chubinegr@irrsinnig.org>"
#define LICENSE "This program is distributed under the terms of the GPL v2"
#endif