[Gpredict-svn] SF.net SVN: gpredict:[761] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <aa...@us...> - 2011-02-09 01:22:09
|
Revision: 761
http://gpredict.svn.sourceforge.net/gpredict/?rev=761&view=rev
Author: aa1vs
Date: 2011-02-09 01:22:01 +0000 (Wed, 09 Feb 2011)
Log Message:
-----------
Update copyrights in about.c
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/about.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-02-08 20:55:11 UTC (rev 760)
+++ trunk/ChangeLog 2011-02-09 01:22:01 UTC (rev 761)
@@ -9,6 +9,9 @@
Change gpredict.desktop to reference this new copy.
Resolves part of Bug 3113190.
+ * src/about.c
+ Update copyright dates to 2011 from 2009.
+
2011-02-02 Charles Suprin <hamaa1vs at gmail.com>
* src/mod-cfg.c
Modified: trunk/src/about.c
===================================================================
--- trunk/src/about.c 2011-02-08 20:55:11 UTC (rev 760)
+++ trunk/src/about.c 2011-02-09 01:22:01 UTC (rev 761)
@@ -2,7 +2,7 @@
/*
Gpredict: Real-time satellite tracking and orbit prediction program
- Copyright (C) 2001-2009 Alexandru Csete, OZ9AEC.
+ Copyright (C) 2001-2011 Alexandru Csete, OZ9AEC.
Authors: Alexandru Csete <oz...@gm...>
@@ -62,7 +62,7 @@
};
-const gchar license[] = N_("Copyright (C) 2001-2009 Alexandru Csete OZ9AEC and contributors.\n"\
+const gchar license[] = N_("Copyright (C) 2001-2011 Alexandru Csete OZ9AEC and contributors.\n"\
"Contact: oz9aec at googlemail.com\n\n"\
"Gpredict is free software; you can redistribute it and "\
"mofdify it under the terms of the GNU General Public License "\
@@ -97,7 +97,7 @@
gtk_about_dialog_set_name (GTK_ABOUT_DIALOG (dialog), _("GPREDICT"));
gtk_about_dialog_set_version (GTK_ABOUT_DIALOG (dialog), VERSION);
gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (dialog),
- _("Copyright (C) 2001-2009 Alexandru Csete OZ9AEC\n\n"\
+ _("Copyright (C) 2001-2011 Alexandru Csete OZ9AEC\n\n"\
"Gpredict is available free of charge from:"));
gtk_about_dialog_set_url_hook (gpredict_url_hook_cb, NULL, NULL);
gtk_about_dialog_set_website (GTK_ABOUT_DIALOG (dialog),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|