-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.h
14 lines (11 loc) · 1.06 KB
/
version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef VERSION_H
#define VERSION_H
#define PROG_NAME "Sido"
#define PROG_VERSION "0.13"
#define PROG_AUTHOR0 "Benoît Rouits"
#define PROG_COPYRIGHT "Copyright © 2009 Benoît Rouits <[email protected]>"
#define PROG_WEBSITE "https://dbx.gtmp.org/svn/sido/"
#define PROG_COMMENT "a mini MPD client"
#define LOCALEDIR "/usr/local/share/locale"
#define PROG_LICENSE "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
#endif /* VERSION_H */