From: Dana Jansens Date: Thu, 31 May 2007 04:30:58 +0000 (+0000) Subject: add Javeed to authors and stuff X-Git-Tag: release-2.0.2~127 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a63d86af0151f8e697736c5b4a1c4b378f1f5a4e;p=dana%2Fobconf.git add Javeed to authors and stuff --- diff --git a/AUTHORS b/AUTHORS index 15bc113..5d9bf9c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,3 +6,5 @@ ObConf is written by: - HIG adherence changes. - Interface improvements. - Maintainence. + - Javeed Shaikh (syscrash2k@gmail.com) + - Theme previews diff --git a/src/main.c b/src/main.c index d0ca923..96c5ad5 100644 --- a/src/main.c +++ b/src/main.c @@ -60,6 +60,7 @@ static void print_version() 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"); diff --git a/src/obconf.glade b/src/obconf.glade index 95f9de2..d011ab6 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -2981,7 +2981,8 @@ C - The close button True Copyright (c) 2003-2007 Dana Jansens <danakj@orodu.net> -Tim Riley <tr@slackzone.org> +Tim Riley <tr@slackzone.org> +Javeed Shaikh <syscrash2k@gmail.com> False False GTK_JUSTIFY_CENTER diff --git a/src/preview.c b/src/preview.c index be3eac9..5385752 100644 --- a/src/preview.c +++ b/src/preview.c @@ -1,3 +1,22 @@ +/* -*- 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" diff --git a/src/strings.c b/src/strings.c index b9700e1..851bc7c 100644 --- a/src/strings.c +++ b/src/strings.c @@ -92,4 +92,5 @@ gchar *s = N_("ObConf VERSION"); gchar *s = N_("A preferences manager for Openbox"); gchar *s = N_("Copyright (c) 2003-2007\n" "Dana Jansens \n" - "Tim Riley "); + "Tim Riley \n" + "Javeed Shaikh ");