Replace manual option handling by use of glib
[lcid-xwax.git] / xwax.h
blob12b9e332e1239443702d0240f288ae3a057ca12a
1 /*
2 * Copyright (C) 2008 Mark Hills <mark@pogo.org.uk>
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License version 2 for more details.
13 * You should have received a copy of the GNU General Public License
14 * version 2 along with this program; if not, write to the Free
15 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16 * MA 02110-1301, USA.
20 #ifndef XWAX_H
21 #define XWAX_H
23 #define BANNER "xwax 0.3 (C) Copyright 2008 Mark Hills <mark@pogo.org.uk>"
25 #define NOTICE \
26 "This software is supplied WITHOUT ANY WARRANTY; without even the implied\n"\
27 "warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is\n"\
28 "free software, and you are welcome to redistribute it under certain\n"\
29 "conditions; see the file COPYING for details."
31 #endif