-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.h.in
14 lines (11 loc) · 1.07 KB
/
version.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef VERSION_H
#define VERSION_H
#define PROG_NAME "__PRGTITLE__"
#define PROG_VERSION "__VERSION__"
#define PROG_AUTHOR0 "Benoît Rouits"
#define PROG_COPYRIGHT "Copyright © 2009 Benoît Rouits <[email protected]>"
#define PROG_WEBSITE "https://github.com/be1/jackie"
#define PROG_COMMENT "a mini Jackd interface"
#define LOCALEDIR "__PRGLOCALEPATH__"
#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 */