- HIG adherence changes.
- Interface improvements.
- Maintainence.
+ - Javeed Shaikh (syscrash2k@gmail.com)
+ - Theme previews
g_print(" 2003-2007 Dana Jansens\n");
g_print(_("Copyright (c)"));
g_print(" 2003 Tim Riley\n\n");
+ g_print(" 2007 Javeed Shaikh\n\n");
g_print("This program comes with ABSOLUTELY NO WARRANTY.\n");
g_print("This is free software, and you are welcome to redistribute it\n");
g_print("under certain conditions. See the file COPYING for details.\n\n");
<property name="can_focus">True</property>
<property name="label" translatable="yes">Copyright (c) 2003-2007
Dana Jansens <danakj@orodu.net>
-Tim Riley <tr@slackzone.org></property>
+Tim Riley <tr@slackzone.org>
+Javeed Shaikh <syscrash2k@gmail.com></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
+
+ main.c for ObConf, the configuration tool for Openbox
+ Copyright (c) 2007 Javeed Shaikh
+ Copyright (c) 2007 Dana Jansens
+
+ 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.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ See the COPYING file for a copy of the GNU General Public License.
+*/
+
#include "theme.h"
#include "main.h"
#include "tree.h"
gchar *s = N_("A preferences manager for Openbox");
gchar *s = N_("Copyright (c) 2003-2007\n"
"Dana Jansens <danakj@orodu.net>\n"
- "Tim Riley <tr@slackzone.org>");
+ "Tim Riley <tr@slackzone.org>\n"
+ "Javeed Shaikh <syscrash2k@gmail.com>");