[epiphany] Updated FSF's address



commit d1a500a86767210ebae8150f0713c602141e2477
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Jan 23 12:51:07 2014 +0100

    Updated FSF's address

 embed/ephy-embed.c                  |   97 +----------------------------------
 embed/uri-tester.c                  |    3 +-
 embed/uri-tester.h                  |    3 +-
 lib/egg/eggtreemultidnd.c           |    4 +-
 lib/egg/eggtreemultidnd.h           |    4 +-
 lib/widgets/nautilus-floating-bar.c |    4 +-
 lib/widgets/nautilus-floating-bar.h |    4 +-
 7 files changed, 7 insertions(+), 112 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 34bb0c6..1b5b638 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -18,102 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- */
-
-#include "config.h"
-#include "ephy-embed.h"
-
-#include "ephy-debug.h"
-#include "ephy-embed-prefs.h"
-#include "ephy-embed-shell.h"
-#include "ephy-find-toolbar.h"
-#include "ephy-prefs.h"
-#include "ephy-settings.h"
-#include "ephy-web-view.h"
-#include "nautilus-floating-bar.h"
-
-#include <glib/gi18n.h>
-#include <webkit2/webkit2.h>
-
-static void     ephy_embed_constructed         (GObject *object);
-static void     ephy_embed_restored_window_cb  (EphyEmbedShell *shell,
-                                                EphyEmbed *embed);
-
-#define EPHY_EMBED_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_EMBED, 
EphyEmbedPrivate))
-
-#define EPHY_EMBED_STATUSBAR_TAB_MESSAGE_CONTEXT_DESCRIPTION "tab_message"
-
-typedef struct {
-  gchar *text;
-  guint context_id;
-  guint message_id;
-} EphyEmbedStatusbarMsg;
-
-struct _EphyEmbedPrivate
-{
-  EphyFindToolbar *find_toolbar;
-  GtkBox *top_widgets_vbox;
-  GtkPaned *paned;
-  WebKitWebView *web_view;
-  GSList *destroy_on_transition_list;
-  GtkWidget *floating_bar;
-  GtkWidget *progress;
-  GtkWidget *fullscreen_message_label;
-  char *fullscreen_string;
-
-  WebKitURIRequest *delayed_request;
-
-  GtkWidget *overview;
-  guint overview_mode : 1;
-  GSList *messages;
-  GSList *keys;
-
-  guint seq_context_id;
-  guint seq_message_id;
-
-  guint tab_message_id;
-  guint pop_statusbar_later_source_id;
-
-  guint fullscreen_message_id;
-
-  guint clear_progress_source_id;
-
-  gulong status_handler_id;
-  gulong progress_update_handler_id;
-};
-
-enum
-{
-  PROP_0,
-  PROP_OVERVIEW_MODE,
-};
-
-G_DEFINE_TYPE (EphyEmbed, ephy_embed, GTK_TYPE_BOX)
-
-/* Portions of the following code based on GTK+.
- * License block as follows:
- *
- * GTK - The GIMP Toolkit
- * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
- * GtkStatusbar Copyright (C) 1998 Shawn T. Amundson
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * 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.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
diff --git a/embed/uri-tester.c b/embed/uri-tester.c
index ab701c4..aa0125b 100644
--- a/embed/uri-tester.c
+++ b/embed/uri-tester.c
@@ -18,8 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  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.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
diff --git a/embed/uri-tester.h b/embed/uri-tester.h
index ebbd964..0d85401 100644
--- a/embed/uri-tester.h
+++ b/embed/uri-tester.h
@@ -12,8 +12,7 @@
  *  GNU General Public License for more details.
  *
  *  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.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef URI_TESTER_H
diff --git a/lib/egg/eggtreemultidnd.c b/lib/egg/eggtreemultidnd.c
index 070f5c4..0610bd7 100644
--- a/lib/egg/eggtreemultidnd.c
+++ b/lib/egg/eggtreemultidnd.c
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/lib/egg/eggtreemultidnd.h b/lib/egg/eggtreemultidnd.h
index 3df69fb..9570476 100644
--- a/lib/egg/eggtreemultidnd.h
+++ b/lib/egg/eggtreemultidnd.h
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __EGG_TREE_MULTI_DND_H__
diff --git a/lib/widgets/nautilus-floating-bar.c b/lib/widgets/nautilus-floating-bar.c
index 40090f1..d107e8c 100644
--- a/lib/widgets/nautilus-floating-bar.c
+++ b/lib/widgets/nautilus-floating-bar.c
@@ -15,9 +15,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Cosimo Cecchi <cosimoc redhat com>
  *
diff --git a/lib/widgets/nautilus-floating-bar.h b/lib/widgets/nautilus-floating-bar.h
index ba31ac5..59fd1ab 100644
--- a/lib/widgets/nautilus-floating-bar.h
+++ b/lib/widgets/nautilus-floating-bar.h
@@ -15,9 +15,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Cosimo Cecchi <cosimoc redhat com>
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]