Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gservice.git;a=commitdiff;h=81a2845b3a7b5b74073bef0de1446e5eee88b44a
commit 81a2845b3a7b5b74073bef0de1446e5eee88b44a Author: Priyank <[email protected]> Date: Thu Jan 1 12:56:25 2009 +0530 update year in copyright notice diff --git a/src/gservice-about.c b/src/gservice-about.c index 055b367..13e2181 100644 --- a/src/gservice-about.c +++ b/src/gservice-about.c @@ -1,7 +1,7 @@ /* * gservice-about.c for gservice * - * Copyright (C) 2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2008-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 @@ -72,7 +72,7 @@ gservice_about_dlg_create (void) about_dlg = gtk_about_dialog_new (); gtk_about_dialog_set_name (GTK_ABOUT_DIALOG(about_dlg), PACKAGE); gtk_about_dialog_set_version (GTK_ABOUT_DIALOG(about_dlg), VERSION); - gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG(about_dlg), _("(C) 2008 Frugalware Developer Team (GPL)")); + gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG(about_dlg), _("(C) 2008-2009 Frugalware Developer Team (GPL)")); gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG(about_dlg), _("A graphical runlevel editor for Frugalware Linux")); gtk_about_dialog_set_license (GTK_ABOUT_DIALOG(about_dlg), license); gtk_about_dialog_set_website (GTK_ABOUT_DIALOG(about_dlg), "http://www.frugalware.org/"); diff --git a/src/gservice-backend.c b/src/gservice-backend.c index 582b6f7..c3ccfcf 100644 --- a/src/gservice-backend.c +++ b/src/gservice-backend.c @@ -1,7 +1,7 @@ /* * gservice-backend.c for gService * - * Copyright (C) 2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2008-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/gservice-interface.c b/src/gservice-interface.c index 7c3fc4a..71acd89 100644 --- a/src/gservice-interface.c +++ b/src/gservice-interface.c @@ -1,7 +1,7 @@ /* * gservice-interface.c for gService * - * Copyright (C) 2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2008-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/gservice-messages.c b/src/gservice-messages.c index e4e5dba..f219167 100644 --- a/src/gservice-messages.c +++ b/src/gservice-messages.c @@ -2,7 +2,7 @@ * gservice-messages.c for gService * * This code is borrowed from gnetconfig - * gnetconfig is Copyright (C) 2006-2008 by Priyank Gosalia <[email protected]> + * gnetconfig is Copyright (C) 2006-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/gservice.c b/src/gservice.c index 796c34f..2cb305b 100644 --- a/src/gservice.c +++ b/src/gservice.c @@ -1,7 +1,7 @@ /* * gservice.c for gService * - * Copyright (C) 2008 by Priyank Gosalia <[email protected]> + * Copyright (C) 2008-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 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
