[gwget] Updated FSF's address



commit d32615fbf34bd1176e5960859f50d155a5bd8ba2
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Jan 23 12:57:58 2014 +0100

    Updated FSF's address

 epiphany-extension/ephy-gwget-extension.c |    3 +--
 epiphany-extension/ephy-gwget-extension.h |    3 +--
 epiphany-extension/ephy-gwget.c           |    3 +--
 src/custom-cell-renderer-progressbar.c    |    4 +---
 src/custom-cell-renderer-progressbar.h    |    4 +---
 src/gwget-application-server.c            |    4 +---
 src/gwget-application.c                   |    3 +--
 src/gwget-application.h                   |    3 +--
 src/gwget_data.c                          |    3 +--
 src/gwget_data.h                          |    3 +--
 src/main.c                                |    3 +--
 src/main_window.c                         |    3 +--
 src/main_window.h                         |    3 +--
 src/main_window_cb.c                      |    3 +--
 src/main_window_cb.h                      |    3 +--
 src/new_window.c                          |    3 +--
 src/new_window.h                          |    3 +--
 src/utils.c                               |    3 +--
 src/utils.h                               |    3 +--
 src/wget-log.c                            |    3 +--
 src/wget-log.h                            |    3 +--
 21 files changed, 21 insertions(+), 45 deletions(-)
---
diff --git a/epiphany-extension/ephy-gwget-extension.c b/epiphany-extension/ephy-gwget-extension.c
index 965af05..defa24c 100644
--- a/epiphany-extension/ephy-gwget-extension.c
+++ b/epiphany-extension/ephy-gwget-extension.c
@@ -13,8 +13,7 @@
  *  GNU Library 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/>.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/epiphany-extension/ephy-gwget-extension.h b/epiphany-extension/ephy-gwget-extension.h
index 0d8341e..9519fac 100644
--- a/epiphany-extension/ephy-gwget-extension.h
+++ b/epiphany-extension/ephy-gwget-extension.h
@@ -10,8 +10,7 @@
  *  GNU Library 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 EPHY_GWGET_EXTENSION_H
diff --git a/epiphany-extension/ephy-gwget.c b/epiphany-extension/ephy-gwget.c
index 938e656..3cc1487 100644
--- a/epiphany-extension/ephy-gwget.c
+++ b/epiphany-extension/ephy-gwget.c
@@ -10,8 +10,7 @@
  *  GNU Library 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 "ephy-gwget-extension.h"
diff --git a/src/custom-cell-renderer-progressbar.c b/src/custom-cell-renderer-progressbar.c
index 140035f..5510e45 100644
--- a/src/custom-cell-renderer-progressbar.c
+++ b/src/custom-cell-renderer-progressbar.c
@@ -14,9 +14,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/src/custom-cell-renderer-progressbar.h b/src/custom-cell-renderer-progressbar.h
index e8198bf..aa7b002 100644
--- a/src/custom-cell-renderer-progressbar.h
+++ b/src/custom-cell-renderer-progressbar.h
@@ -13,9 +13,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 CUSTOM_CELL_RENDERER_PROGRESS_H
diff --git a/src/gwget-application-server.c b/src/gwget-application-server.c
index 906655d..cb8e07f 100644
--- a/src/gwget-application-server.c
+++ b/src/gwget-application-server.c
@@ -17,9 +17,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/>. 
  */
  
 #ifdef HAVE_CONFIG_H
diff --git a/src/gwget-application.c b/src/gwget-application.c
index 111e962..22096e1 100644
--- a/src/gwget-application.c
+++ b/src/gwget-application.c
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 #ifdef HAVE_CONFIG_H
diff --git a/src/gwget-application.h b/src/gwget-application.h
index 585c63f..df8f90f 100644
--- a/src/gwget-application.h
+++ b/src/gwget-application.h
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
  
diff --git a/src/gwget_data.c b/src/gwget_data.c
index f727e78..47f3958 100644
--- a/src/gwget_data.c
+++ b/src/gwget_data.c
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
 
 #define _FILE_OFFSET_BITS  64
diff --git a/src/gwget_data.h b/src/gwget_data.h
index ff2b265..400f335 100644
--- a/src/gwget_data.h
+++ b/src/gwget_data.h
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 
diff --git a/src/main.c b/src/main.c
index 7ed7764..f075140 100644
--- a/src/main.c
+++ b/src/main.c
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 
diff --git a/src/main_window.c b/src/main_window.c
index 84a36ba..13a1a70 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -10,8 +10,7 @@
  *  GNU Library 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/src/main_window.h b/src/main_window.h
index 5abea44..6b1e3fd 100644
--- a/src/main_window.h
+++ b/src/main_window.h
@@ -10,8 +10,7 @@
  *  GNU Library 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 _MAIN_WINDOW_H
diff --git a/src/main_window_cb.c b/src/main_window_cb.c
index eeea988..917ce76 100644
--- a/src/main_window_cb.c
+++ b/src/main_window_cb.c
@@ -10,8 +10,7 @@
  *  GNU Library 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/src/main_window_cb.h b/src/main_window_cb.h
index 1edb0e9..eb82ea1 100644
--- a/src/main_window_cb.h
+++ b/src/main_window_cb.h
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 
diff --git a/src/new_window.c b/src/new_window.c
index fb3ed4d..6feec65 100644
--- a/src/new_window.c
+++ b/src/new_window.c
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 
diff --git a/src/new_window.h b/src/new_window.h
index a408b28..c569501 100644
--- a/src/new_window.h
+++ b/src/new_window.h
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 
diff --git a/src/utils.c b/src/utils.c
index 7e6a19d..c079bbf 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -10,8 +10,7 @@
  *  GNU Library 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 <gnome.h>
diff --git a/src/utils.h b/src/utils.h
index cc8ddd7..ddd7c52 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -10,8 +10,7 @@
  *  GNU Library 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/>.
  */
  
 
diff --git a/src/wget-log.c b/src/wget-log.c
index 686a3ba..9e49c2f 100644
--- a/src/wget-log.c
+++ b/src/wget-log.c
@@ -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/>.
  */
  
 /*
diff --git a/src/wget-log.h b/src/wget-log.h
index 577ac55..9d9bf51 100644
--- a/src/wget-log.h
+++ b/src/wget-log.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 _WGET_LOG_H


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