Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=e7530662693c9ce37eaca4dd9da756ad65621286
commit e7530662693c9ce37eaca4dd9da756ad65621286 Author: Priyank <[email protected]> Date: Thu Jan 1 12:21:52 2009 +0530 update year in copyright notice diff --git a/src/fun-config.c b/src/fun-config.c index c00a3bf..363ad3f 100644 --- a/src/fun-config.c +++ b/src/fun-config.c @@ -1,7 +1,7 @@ /* * fun-config.c for fun * - * Copyright (C) 2007-2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2007-2009 by Priyank Gosalia <[email protected]> * Portions of this code are borrowed from gimmix * gimmix is Copyright (C) 2006-2007 Priyank Gosalia <[email protected]> * diff --git a/src/fun-dbus.c b/src/fun-dbus.c index bad1fc6..725e384 100644 --- a/src/fun-dbus.c +++ b/src/fun-dbus.c @@ -1,7 +1,7 @@ /* * fun-dbus.c for fun * - * Copyright (C) 2007-2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2007-2009 by Priyank Gosalia <[email protected]> * * 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 diff --git a/src/fun-news_backend.c b/src/fun-news_backend.c index 2d3bdb7..8fc506b 100644 --- a/src/fun-news_backend.c +++ b/src/fun-news_backend.c @@ -1,7 +1,7 @@ /* * fun-news_backend.c for fun * - * Copyright (C) 2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2009 by Priyank Gosalia <[email protected]> * * 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 diff --git a/src/fun-news_interface.c b/src/fun-news_interface.c index f39e2cc..745b6c9 100644 --- a/src/fun-news_interface.c +++ b/src/fun-news_interface.c @@ -1,7 +1,7 @@ /* * fun-news_interface.c for fun * - * Copyright (C) 2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2009 by Priyank Gosalia <[email protected]> * * 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 diff --git a/src/fun-tooltip.c b/src/fun-tooltip.c index fea5097..322c6f7 100644 --- a/src/fun-tooltip.c +++ b/src/fun-tooltip.c @@ -1,7 +1,7 @@ /* * fun-tooltip.c for fun * - * Copyright (C) 2007-2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2007-2009 by Priyank Gosalia <[email protected]> * * 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 diff --git a/src/fun-ui.c b/src/fun-ui.c index 432bccf..7b5068e 100644 --- a/src/fun-ui.c +++ b/src/fun-ui.c @@ -1,7 +1,7 @@ /* * fun-ui.c for fun * - * Copyright (C) 2007-2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2007-2009 by Priyank Gosalia <[email protected]> * * 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 @@ -607,7 +607,7 @@ fun_about_show (void) fun_about_dlg = gtk_about_dialog_new (); gtk_about_dialog_set_name (GTK_ABOUT_DIALOG(fun_about_dlg), PACKAGE); gtk_about_dialog_set_version (GTK_ABOUT_DIALOG(fun_about_dlg), ver); - gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG(fun_about_dlg), _("(C) 2007-2008 Frugalware Developer Team (GPL)")); + gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG(fun_about_dlg), _("(C) 2007-2009 Frugalware Developer Team (GPL)")); gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG(fun_about_dlg), _("Frugalware Update Notifier")); gtk_about_dialog_set_license (GTK_ABOUT_DIALOG(fun_about_dlg), license); gtk_about_dialog_set_website (GTK_ABOUT_DIALOG(fun_about_dlg), "http://www.frugalware.org/"); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
