anjuta r4875 - in branches/gnome-2-26: . libanjuta plugins/file-loader plugins/gbf-am plugins/gbf-mkfile plugins/git plugins/project-manager www/htdocs
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4875 - in branches/gnome-2-26: . libanjuta plugins/file-loader plugins/gbf-am plugins/gbf-mkfile plugins/git plugins/project-manager www/htdocs
- Date: Wed, 18 Mar 2009 08:25:32 +0000 (UTC)
Author: jhs
Date: Wed Mar 18 08:25:32 2009
New Revision: 4875
URL: http://svn.gnome.org/viewvc/anjuta?rev=4875&view=rev
Log:
2009-03-18 Tobias MÃller <gnome-bugs auftrags-killer org>
* libanjuta/anjuta-message-area.c:
* libanjuta/anjuta-message-area.h:
* libanjuta/anjuta-widgets.c:
* libanjuta/anjuta-widgets.h:
* libanjuta/gbf-project.c:
* libanjuta/gbf-project.h:
* plugins/file-loader/anjuta-recent-chooser-menu.c:
* plugins/file-loader/anjuta-recent-chooser-menu.h:
* plugins/gbf-am/gbf-am-config.c:
* plugins/gbf-am/gbf-am-config.h:
* plugins/gbf-am/gbf-am-project.c:
* plugins/gbf-am/gbf-am-project.h:
* plugins/gbf-am/gbf-am-properties.c:
* plugins/gbf-am/gbf-am-properties.h:
* plugins/gbf-mkfile/gbf-mkfile-config.c:
* plugins/gbf-mkfile/gbf-mkfile-config.h:
* plugins/gbf-mkfile/gbf-mkfile-project.c:
* plugins/gbf-mkfile/gbf-mkfile-project.h:
* plugins/gbf-mkfile/gbf-mkfile-properties.c:
* plugins/gbf-mkfile/gbf-mkfile-properties.h:
* plugins/git/giggle-graph-renderer.c:
* plugins/git/giggle-graph-renderer.h:
* plugins/project-manager/gbf-project-model.c:
* plugins/project-manager/gbf-project-model.h:
* plugins/project-manager/gbf-project-util.c:
* plugins/project-manager/gbf-project-util.h:
* plugins/project-manager/gbf-project-view.c:
* plugins/project-manager/gbf-project-view.h:
* plugins/project-manager/gbf-tree-data.c:
* plugins/project-manager/gbf-tree-data.h:
* setup-gettext:
* www/htdocs/home.php:
#575617 â Update FSF address
Modified:
branches/gnome-2-26/ (props changed)
branches/gnome-2-26/ChangeLog
branches/gnome-2-26/libanjuta/anjuta-message-area.c
branches/gnome-2-26/libanjuta/anjuta-message-area.h
branches/gnome-2-26/libanjuta/anjuta-widgets.c
branches/gnome-2-26/libanjuta/anjuta-widgets.h
branches/gnome-2-26/libanjuta/gbf-project.c
branches/gnome-2-26/libanjuta/gbf-project.h
branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.c
branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.h
branches/gnome-2-26/plugins/gbf-am/gbf-am-config.c
branches/gnome-2-26/plugins/gbf-am/gbf-am-config.h
branches/gnome-2-26/plugins/gbf-am/gbf-am-project.c
branches/gnome-2-26/plugins/gbf-am/gbf-am-project.h
branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.c
branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.h
branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.c
branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.h
branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.c
branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.h
branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.c
branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.h
branches/gnome-2-26/plugins/git/giggle-graph-renderer.c
branches/gnome-2-26/plugins/git/giggle-graph-renderer.h
branches/gnome-2-26/plugins/project-manager/gbf-project-model.c
branches/gnome-2-26/plugins/project-manager/gbf-project-model.h
branches/gnome-2-26/plugins/project-manager/gbf-project-util.c
branches/gnome-2-26/plugins/project-manager/gbf-project-util.h
branches/gnome-2-26/plugins/project-manager/gbf-project-view.c
branches/gnome-2-26/plugins/project-manager/gbf-project-view.h
branches/gnome-2-26/plugins/project-manager/gbf-tree-data.c
branches/gnome-2-26/plugins/project-manager/gbf-tree-data.h
branches/gnome-2-26/setup-gettext
branches/gnome-2-26/www/htdocs/home.php
Modified: branches/gnome-2-26/libanjuta/anjuta-message-area.c
==============================================================================
--- branches/gnome-2-26/libanjuta/anjuta-message-area.c (original)
+++ branches/gnome-2-26/libanjuta/anjuta-message-area.c Wed Mar 18 08:25:32 2009
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/*
Modified: branches/gnome-2-26/libanjuta/anjuta-message-area.h
==============================================================================
--- branches/gnome-2-26/libanjuta/anjuta-message-area.h (original)
+++ branches/gnome-2-26/libanjuta/anjuta-message-area.h Wed Mar 18 08:25:32 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/*
Modified: branches/gnome-2-26/libanjuta/anjuta-widgets.c
==============================================================================
--- branches/gnome-2-26/libanjuta/anjuta-widgets.c (original)
+++ branches/gnome-2-26/libanjuta/anjuta-widgets.c Wed Mar 18 08:25:32 2009
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <glade/glade.h>
Modified: branches/gnome-2-26/libanjuta/anjuta-widgets.h
==============================================================================
--- branches/gnome-2-26/libanjuta/anjuta-widgets.h (original)
+++ branches/gnome-2-26/libanjuta/anjuta-widgets.h Wed Mar 18 08:25:32 2009
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef ANJUTA_WIDGETS_H
Modified: branches/gnome-2-26/libanjuta/gbf-project.c
==============================================================================
--- branches/gnome-2-26/libanjuta/gbf-project.c (original)
+++ branches/gnome-2-26/libanjuta/gbf-project.c Wed Mar 18 08:25:32 2009
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
Modified: branches/gnome-2-26/libanjuta/gbf-project.h
==============================================================================
--- branches/gnome-2-26/libanjuta/gbf-project.h (original)
+++ branches/gnome-2-26/libanjuta/gbf-project.h Wed Mar 18 08:25:32 2009
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _GBF_PROJECT_H_
Modified: branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.c
==============================================================================
--- branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.c (original)
+++ branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "config.h"
Modified: branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.h
==============================================================================
--- branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.h (original)
+++ branches/gnome-2-26/plugins/file-loader/anjuta-recent-chooser-menu.h Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __ANJUTA_RECENT_CHOOSER_MENU_H__
Modified: branches/gnome-2-26/plugins/gbf-am/gbf-am-config.c
==============================================================================
--- branches/gnome-2-26/plugins/gbf-am/gbf-am-config.c (original)
+++ branches/gnome-2-26/plugins/gbf-am/gbf-am-config.c Wed Mar 18 08:25:32 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
*/
Modified: branches/gnome-2-26/plugins/gbf-am/gbf-am-config.h
==============================================================================
--- branches/gnome-2-26/plugins/gbf-am/gbf-am-config.h (original)
+++ branches/gnome-2-26/plugins/gbf-am/gbf-am-config.h Wed Mar 18 08:25:32 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
*/
Modified: branches/gnome-2-26/plugins/gbf-am/gbf-am-project.c
==============================================================================
--- branches/gnome-2-26/plugins/gbf-am/gbf-am-project.c (original)
+++ branches/gnome-2-26/plugins/gbf-am/gbf-am-project.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: JP Rosevear
* Author: Naba Kumar
Modified: branches/gnome-2-26/plugins/gbf-am/gbf-am-project.h
==============================================================================
--- branches/gnome-2-26/plugins/gbf-am/gbf-am-project.h (original)
+++ branches/gnome-2-26/plugins/gbf-am/gbf-am-project.h Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: JP Rosevear
*/
Modified: branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.c
==============================================================================
--- branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.c (original)
+++ branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Naba Kumar
*/
Modified: branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.h
==============================================================================
--- branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.h (original)
+++ branches/gnome-2-26/plugins/gbf-am/gbf-am-properties.h Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Naba Kumar
*/
Modified: branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.c
==============================================================================
--- branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.c (original)
+++ branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.c Wed Mar 18 08:25:32 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Eric Greveson
* Based on the Autotools GBF backend (libgbf-am) by
Modified: branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.h
==============================================================================
--- branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.h (original)
+++ branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-config.h Wed Mar 18 08:25:32 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Eric Greveson
* Based on the Autotools GBF backend (libgbf-am) by
Modified: branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.c
==============================================================================
--- branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.c (original)
+++ branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Eric Greveson
* Based on the Autotools GBF backend (libgbf-am) by
Modified: branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.h
==============================================================================
--- branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.h (original)
+++ branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-project.h Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Eric Greveson
* Based on the Autotools GBF backend (libgbf-am) by
Modified: branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.c
==============================================================================
--- branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.c (original)
+++ branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Eric Greveson
* Based on the Autotools GBF backend (libgbf-am) by
Modified: branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.h
==============================================================================
--- branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.h (original)
+++ branches/gnome-2-26/plugins/gbf-mkfile/gbf-mkfile-properties.h Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Eric Greveson
* Based on the Autotools GBF backend (libgbf-am) by
Modified: branches/gnome-2-26/plugins/git/giggle-graph-renderer.c
==============================================================================
--- branches/gnome-2-26/plugins/git/giggle-graph-renderer.c (original)
+++ branches/gnome-2-26/plugins/git/giggle-graph-renderer.c Wed Mar 18 08:25:32 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <config.h>
Modified: branches/gnome-2-26/plugins/git/giggle-graph-renderer.h
==============================================================================
--- branches/gnome-2-26/plugins/git/giggle-graph-renderer.h (original)
+++ branches/gnome-2-26/plugins/git/giggle-graph-renderer.h Wed Mar 18 08:25:32 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GIGGLE_GRAPH_RENDERER_H__
Modified: branches/gnome-2-26/plugins/project-manager/gbf-project-model.c
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-project-model.c (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-project-model.c Wed Mar 18 08:25:32 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Authors: Dave Camp <dave ximian com>
* Gustavo Giráez <gustavo giraldez gmx net>
Modified: branches/gnome-2-26/plugins/project-manager/gbf-project-model.h
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-project-model.h (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-project-model.h Wed Mar 18 08:25:32 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Dave Camp <dave ximian com>
*/
Modified: branches/gnome-2-26/plugins/project-manager/gbf-project-util.c
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-project-util.c (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-project-util.c Wed Mar 18 08:25:32 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Gustavo GirÃldez <gustavo giraldez gmx net>
*/
Modified: branches/gnome-2-26/plugins/project-manager/gbf-project-util.h
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-project-util.h (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-project-util.h Wed Mar 18 08:25:32 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Gustavo GirÃldez <gustavo giraldez gmx net>
*/
Modified: branches/gnome-2-26/plugins/project-manager/gbf-project-view.c
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-project-view.c (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-project-view.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Authors: JP Rosevear
* Gustavo GirÃldez <gustavo giraldez gmx net>
Modified: branches/gnome-2-26/plugins/project-manager/gbf-project-view.h
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-project-view.h (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-project-view.h Wed Mar 18 08:25:32 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _GBF_PROJECT_TREE_H_
Modified: branches/gnome-2-26/plugins/project-manager/gbf-tree-data.c
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-tree-data.c (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-tree-data.c Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: JP Rosevear
*/
Modified: branches/gnome-2-26/plugins/project-manager/gbf-tree-data.h
==============================================================================
--- branches/gnome-2-26/plugins/project-manager/gbf-tree-data.h (original)
+++ branches/gnome-2-26/plugins/project-manager/gbf-tree-data.h Wed Mar 18 08:25:32 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: JP Rosevear
*/
Modified: branches/gnome-2-26/setup-gettext
==============================================================================
--- branches/gnome-2-26/setup-gettext (original)
+++ branches/gnome-2-26/setup-gettext Wed Mar 18 08:25:32 2009
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA
#
VERSION=0.1.3
Modified: branches/gnome-2-26/www/htdocs/home.php
==============================================================================
--- branches/gnome-2-26/www/htdocs/home.php (original)
+++ branches/gnome-2-26/www/htdocs/home.php Wed Mar 18 08:25:32 2009
@@ -40,8 +40,8 @@
PARTICULAR PURPOSE. See the GNU General Public License for more details.
<p></p>
You should have received a copy of the GNU General Public License along with this program;
- if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA 02111-1307 USA
+ if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
</p>
-->
<h3>Help wanted!</h3>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]