[gtranslator/wip/kalev/gtranslator-2-91-new-release: 6/13] Changed license text in src files headers. Fixes bug #721551



commit b34b35116869e1c542e441cf4464210343ab431d
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Jan 5 20:38:55 2014 +0100

    Changed license text in src files headers. Fixes bug #721551

 plugins/dictionary/gtr-gdict-sidebar.c             |    5 ++---
 plugins/dictionary/gtr-gdict-sidebar.h             |    6 ++----
 plugins/translation-memory/gda/gda-utils.c         |    3 +--
 plugins/translation-memory/gda/gda-utils.h         |    3 +--
 .../gtr-translation-memory-utils.c                 |    3 +--
 .../gtr-translation-memory-utils.h                 |    3 +--
 src/gtr-actions-file.c                             |    2 +-
 src/gtr-actions-search.c                           |    5 ++---
 src/gtr-close-confirmation-dialog.c                |    5 ++---
 src/gtr-close-confirmation-dialog.h                |    5 ++---
 src/gtr-dirs.c                                     |    5 ++---
 src/gtr-dirs.h                                     |    5 ++---
 src/gtr-header.c                                   |    3 +--
 src/gtr-header.h                                   |    3 +--
 src/gtr-history-entry.c                            |    5 ++---
 src/gtr-history-entry.h                            |    5 ++---
 src/gtr-message-table.c                            |    3 ++-
 src/gtr-search-dialog.c                            |    5 ++---
 src/gtr-search-dialog.h                            |    5 ++---
 src/gtr-status-combo-box.c                         |    5 ++---
 src/gtr-status-combo-box.h                         |    5 ++---
 src/gtr-tab-label.c                                |    5 ++---
 src/gtr-tab-label.h                                |    5 ++---
 src/gtr-utils.c                                    |    3 +--
 src/gtr-utils.h                                    |    3 +--
 src/main.c                                         |    3 +--
 src/toolbareditor/egg-editable-toolbar.c           |    5 ++---
 src/toolbareditor/egg-editable-toolbar.h           |    5 ++---
 src/toolbareditor/egg-toolbar-editor.c             |    3 +--
 src/toolbareditor/egg-toolbar-editor.h             |    4 ++--
 src/toolbareditor/egg-toolbars-model.c             |    5 ++---
 src/toolbareditor/egg-toolbars-model.h             |    3 +--
 32 files changed, 52 insertions(+), 81 deletions(-)
---
diff --git a/plugins/dictionary/gtr-gdict-sidebar.c b/plugins/dictionary/gtr-gdict-sidebar.c
index ef33d2c..d9523cc 100644
--- a/plugins/dictionary/gtr-gdict-sidebar.c
+++ b/plugins/dictionary/gtr-gdict-sidebar.c
@@ -12,9 +12,8 @@
  * 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 program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  * Based on the equivalent widget from Evince
  *     by Jonathan Blandford,
diff --git a/plugins/dictionary/gtr-gdict-sidebar.h b/plugins/dictionary/gtr-gdict-sidebar.h
index d2519bb..7e1119e 100644
--- a/plugins/dictionary/gtr-gdict-sidebar.h
+++ b/plugins/dictionary/gtr-gdict-sidebar.h
@@ -12,10 +12,8 @@
  * 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 program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  * Based on the equivalent widget from Evince
  *     by Jonathan Blandford,
  *     Copyright (C) 2004  Red Hat, Inc.
diff --git a/plugins/translation-memory/gda/gda-utils.c b/plugins/translation-memory/gda/gda-utils.c
index d8d151b..57fd124 100644
--- a/plugins/translation-memory/gda/gda-utils.c
+++ b/plugins/translation-memory/gda/gda-utils.c
@@ -13,8 +13,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/>.
  *
  * Authors:
  *   Ignacio Casal Quinteiro <icq gnome org>
diff --git a/plugins/translation-memory/gda/gda-utils.h b/plugins/translation-memory/gda/gda-utils.h
index b5251aa..7036e7e 100644
--- a/plugins/translation-memory/gda/gda-utils.h
+++ b/plugins/translation-memory/gda/gda-utils.h
@@ -13,8 +13,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/>.
  *
  * Authors:
  *   Fatih Demir <kabalak kabalak net>
diff --git a/plugins/translation-memory/gtr-translation-memory-utils.c 
b/plugins/translation-memory/gtr-translation-memory-utils.c
index cef0113..9c5580a 100644
--- a/plugins/translation-memory/gtr-translation-memory-utils.c
+++ b/plugins/translation-memory/gtr-translation-memory-utils.c
@@ -13,8 +13,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/>.
  *
  * Authors:
  *   Ignacio Casal Quinteiro <icq gnome org>
diff --git a/plugins/translation-memory/gtr-translation-memory-utils.h 
b/plugins/translation-memory/gtr-translation-memory-utils.h
index ab7b27b..07660a5 100644
--- a/plugins/translation-memory/gtr-translation-memory-utils.h
+++ b/plugins/translation-memory/gtr-translation-memory-utils.h
@@ -13,8 +13,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/>.
  *
  * Authors:
  *   Fatih Demir <kabalak kabalak net>
diff --git a/src/gtr-actions-file.c b/src/gtr-actions-file.c
index 1080730..8bf92b8 100644
--- a/src/gtr-actions-file.c
+++ b/src/gtr-actions-file.c
@@ -3,7 +3,7 @@
  *                     Fatih Demir <kabalak kabalak net>
  *                     Ross Golder <ross golder org>
  *                     Gediminas Paulauskas <menesis kabalak net>
-                       Pablo Sanxiao <psanxiao gmail com>
+ *                     Pablo Sanxiao <psanxiao gmail com>
  *
  *     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/gtr-actions-search.c b/src/gtr-actions-search.c
index 8872726..aad2537 100644
--- a/src/gtr-actions-search.c
+++ b/src/gtr-actions-search.c
@@ -19,9 +19,8 @@
  * 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/gtr-close-confirmation-dialog.c b/src/gtr-close-confirmation-dialog.c
index 186efcd..e975d23 100644
--- a/src/gtr-close-confirmation-dialog.c
+++ b/src/gtr-close-confirmation-dialog.c
@@ -16,9 +16,8 @@
  * 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/gtr-close-confirmation-dialog.h b/src/gtr-close-confirmation-dialog.h
index ad244cd..4f2614b 100644
--- a/src/gtr-close-confirmation-dialog.h
+++ b/src/gtr-close-confirmation-dialog.h
@@ -15,9 +15,8 @@
  * 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/gtr-dirs.c b/src/gtr-dirs.c
index 4e5b468..0ff69d3 100644
--- a/src/gtr-dirs.c
+++ b/src/gtr-dirs.c
@@ -15,9 +15,8 @@
  * 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/gtr-dirs.h b/src/gtr-dirs.h
index 7a69ad4..3bfceb4 100644
--- a/src/gtr-dirs.h
+++ b/src/gtr-dirs.h
@@ -15,9 +15,8 @@
  * 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/gtr-header.c b/src/gtr-header.c
index d2c42fb..64e9144 100644
--- a/src/gtr-header.c
+++ b/src/gtr-header.c
@@ -14,8 +14,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/>.
  *
  * Authors:
  *   Pablo Sanxiao <psanxiao gmail com>
diff --git a/src/gtr-header.h b/src/gtr-header.h
index 9f83070..490ca03 100644
--- a/src/gtr-header.h
+++ b/src/gtr-header.h
@@ -13,8 +13,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/>.
  *
  * Authors:
  *   Pablo Sanxiao <psanxiao gmail com>
diff --git a/src/gtr-history-entry.c b/src/gtr-history-entry.c
index ee1e2db..cbbe651 100644
--- a/src/gtr-history-entry.c
+++ b/src/gtr-history-entry.c
@@ -15,9 +15,8 @@
  * 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/gtr-history-entry.h b/src/gtr-history-entry.h
index feab688..c9ae1b5 100644
--- a/src/gtr-history-entry.h
+++ b/src/gtr-history-entry.h
@@ -15,9 +15,8 @@
  * 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/gtr-message-table.c b/src/gtr-message-table.c
index 752d28a..9e5a267 100644
--- a/src/gtr-message-table.c
+++ b/src/gtr-message-table.c
@@ -6,7 +6,8 @@
  *                     Kevin Vandersloot <kfv101 psu edu>
  *                     Thomas Ziehmer <thomas kabalak net>
  *                     Peeter Vois <peeter kabalak net>
-                       Seán de Búrca <leftmostcat gmail com>
+ *                     Seán de Búrca <leftmostcat gmail com>
+ *
  *     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
  *     the Free Software Foundation, either version 3 of the License, or
diff --git a/src/gtr-search-dialog.c b/src/gtr-search-dialog.c
index 03d7d02..b731380 100644
--- a/src/gtr-search-dialog.c
+++ b/src/gtr-search-dialog.c
@@ -16,9 +16,8 @@
  * 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/gtr-search-dialog.h b/src/gtr-search-dialog.h
index e7ec86d..2d7bca3 100644
--- a/src/gtr-search-dialog.h
+++ b/src/gtr-search-dialog.h
@@ -15,9 +15,8 @@
  * 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/gtr-status-combo-box.c b/src/gtr-status-combo-box.c
index a1ccfcd..04c7ef8 100644
--- a/src/gtr-status-combo-box.c
+++ b/src/gtr-status-combo-box.c
@@ -15,9 +15,8 @@
  * 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 "gtr-status-combo-box.h"
diff --git a/src/gtr-status-combo-box.h b/src/gtr-status-combo-box.h
index e552fb0..1e313dc 100644
--- a/src/gtr-status-combo-box.h
+++ b/src/gtr-status-combo-box.h
@@ -15,9 +15,8 @@
  * 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 __GTR_STATUS_COMBO_BOX_H__
diff --git a/src/gtr-tab-label.c b/src/gtr-tab-label.c
index b892fd2..0b842bf 100644
--- a/src/gtr-tab-label.c
+++ b/src/gtr-tab-label.c
@@ -15,9 +15,8 @@
  * 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/gtr-tab-label.h b/src/gtr-tab-label.h
index 5d5c75f..c64e729 100644
--- a/src/gtr-tab-label.h
+++ b/src/gtr-tab-label.h
@@ -15,9 +15,8 @@
  * 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 __GTR_TAB_LABEL_H__
diff --git a/src/gtr-utils.c b/src/gtr-utils.c
index 2b06020..d9136c6 100644
--- a/src/gtr-utils.c
+++ b/src/gtr-utils.c
@@ -17,8 +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/>.
  *
  * Authors:
  *   Fatih Demir <kabalak kabalak net>
diff --git a/src/gtr-utils.h b/src/gtr-utils.h
index 4a84f19..9367b17 100644
--- a/src/gtr-utils.h
+++ b/src/gtr-utils.h
@@ -13,8 +13,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/>.
  *
  * Authors:
  *   Fatih Demir <kabalak kabalak net>
diff --git a/src/main.c b/src/main.c
index deb0849..7021709 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,8 +16,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/toolbareditor/egg-editable-toolbar.c b/src/toolbareditor/egg-editable-toolbar.c
index 89dc867..e620771 100644
--- a/src/toolbareditor/egg-editable-toolbar.c
+++ b/src/toolbareditor/egg-editable-toolbar.c
@@ -12,9 +12,8 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  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.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  *  $Id$
  */
diff --git a/src/toolbareditor/egg-editable-toolbar.h b/src/toolbareditor/egg-editable-toolbar.h
index 9f975b8..a03b623 100644
--- a/src/toolbareditor/egg-editable-toolbar.h
+++ b/src/toolbareditor/egg-editable-toolbar.h
@@ -12,9 +12,8 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  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.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  *  $Id$
  */
diff --git a/src/toolbareditor/egg-toolbar-editor.c b/src/toolbareditor/egg-toolbar-editor.c
index db1db3d..a09d211 100644
--- a/src/toolbareditor/egg-toolbar-editor.c
+++ b/src/toolbareditor/egg-toolbar-editor.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/>.
  *
  *  $Id$
  */
diff --git a/src/toolbareditor/egg-toolbar-editor.h b/src/toolbareditor/egg-toolbar-editor.h
index 038e191..25ba8ae 100644
--- a/src/toolbareditor/egg-toolbar-editor.h
+++ b/src/toolbareditor/egg-toolbar-editor.h
@@ -12,8 +12,8 @@
  *  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 EGG_TOOLBAR_EDITOR_H
diff --git a/src/toolbareditor/egg-toolbars-model.c b/src/toolbareditor/egg-toolbars-model.c
index d51b6eb..d6c04e7 100644
--- a/src/toolbareditor/egg-toolbars-model.c
+++ b/src/toolbareditor/egg-toolbars-model.c
@@ -12,9 +12,8 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  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.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  *  $Id$
  */
diff --git a/src/toolbareditor/egg-toolbars-model.h b/src/toolbareditor/egg-toolbars-model.h
index baca486..9e6ffca 100644
--- a/src/toolbareditor/egg-toolbars-model.h
+++ b/src/toolbareditor/egg-toolbars-model.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/>.
  *
  *  $Id$
  */


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