Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=03161f0439dc328d058f95320517dcbff80cde12

commit 03161f0439dc328d058f95320517dcbff80cde12
Author: Priyank <[EMAIL PROTECTED]>
Date:   Sat Jan 19 12:19:38 2008 +0530

update copyright year

diff --git a/src/gfpm-about.c b/src/gfpm-about.c
index 0757871..96c38f8 100644
--- a/src/gfpm-about.c
+++ b/src/gfpm-about.c
@@ -1,7 +1,7 @@
/*
*  gfpm-about.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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
@@ -83,7 +83,7 @@ gfpm_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), ver);
-       gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG(about_dlg), _("(C) 
2006-2007 Frugalware Developer Team (GPL)"));
+       gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG(about_dlg), _("(C) 
2006-2008 Frugalware Developer Team (GPL)"));
gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG(about_dlg), _("A graphical 
package manager 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/gfpm-db.c b/src/gfpm-db.c
index 3cdf41a..ef5d052 100644
--- a/src/gfpm-db.c
+++ b/src/gfpm-db.c
@@ -1,7 +1,7 @@
/*
*  gfpm-db.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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/gfpm-icmonitor.c b/src/gfpm-icmonitor.c
index a2ba02a..2ec5bcc 100644
--- a/src/gfpm-icmonitor.c
+++ b/src/gfpm-icmonitor.c
@@ -2,7 +2,7 @@
*  gfpm-icmonitor.c for gfpm
*  Gfpm Icon cache monitor
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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/gfpm-interface.c b/src/gfpm-interface.c
index 747418d..1d4ea48 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -1,7 +1,7 @@
/*
*  gfpm-interface.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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/gfpm-messages.c b/src/gfpm-messages.c
index dc2dc4a..980cb21 100644
--- a/src/gfpm-messages.c
+++ b/src/gfpm-messages.c
@@ -2,7 +2,7 @@
*  gfpm-messages.c for gfpm
*
*  This code is borrowed from gnetconfig.
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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/gfpm-optimizedb.c b/src/gfpm-optimizedb.c
index 188f351..046cbe4 100644
--- a/src/gfpm-optimizedb.c
+++ b/src/gfpm-optimizedb.c
@@ -1,7 +1,7 @@
/*
*  gfpm-optimizedb.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 by Priyank Gosalia <[EMAIL PROTECTED]>
*  Based on pacman-optimize written by Judd Vinet
*  Copyright (C) 2002-2006 Judd Vinet <[EMAIL PROTECTED]>
*
diff --git a/src/gfpm-packagelist.c b/src/gfpm-packagelist.c
index 7a3d3e2..15bf9ad 100644
--- a/src/gfpm-packagelist.c
+++ b/src/gfpm-packagelist.c
@@ -1,7 +1,7 @@
/*
*  gfpm-packagelist.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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/gfpm-progress.c b/src/gfpm-progress.c
index 3b5820a..950a7de 100644
--- a/src/gfpm-progress.c
+++ b/src/gfpm-progress.c
@@ -1,7 +1,7 @@
/*
*  gfpm-progress.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 by Priyank Gosalia <[EMAIL PROTECTED]>
*  Portions of this code Copyright (C) 2002-2006 Judd Vinet <[EMAIL PROTECTED]>
*
*  This program is free software; you can redistribute it and/or modify
diff --git a/src/gfpm-quickpane.c b/src/gfpm-quickpane.c
index 73a4197..1b99388 100644
--- a/src/gfpm-quickpane.c
+++ b/src/gfpm-quickpane.c
@@ -1,7 +1,7 @@
/*
*  gfpm-quickpane.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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/gfpm-util.c b/src/gfpm-util.c
index 01a0011..a621b4a 100644
--- a/src/gfpm-util.c
+++ b/src/gfpm-util.c
@@ -1,7 +1,7 @@
/*
*  gfpm-util.c for gfpm
*
- *  Copyright (C) 2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2007-2008 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/gfpm.c b/src/gfpm.c
index 5758ed8..8aead53 100644
--- a/src/gfpm.c
+++ b/src/gfpm.c
@@ -1,7 +1,7 @@
/*
*  gfpm.c for gfpm
*
- *  Copyright (C) 2006-2007 by Priyank Gosalia <[EMAIL PROTECTED]>
+ *  Copyright (C) 2006-2008 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

Reply via email to