[gedit] Remove unhelpful comment blurb that refers to the old ChangeLog



commit 714ac23e145d65cf76ffa6ade6535a89b1b5a5ab
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Feb 5 18:55:52 2014 +0100

    Remove unhelpful comment blurb that refers to the old ChangeLog

 gedit/gedit-app.c                             |    8 --------
 gedit/gedit-app.h                             |    8 --------
 gedit/gedit-close-confirmation-dialog.c       |    8 --------
 gedit/gedit-close-confirmation-dialog.h       |    6 ------
 gedit/gedit-commands-documents.c              |    8 --------
 gedit/gedit-commands-edit.c                   |    8 --------
 gedit/gedit-commands-file-print.c             |    8 --------
 gedit/gedit-commands-file.c                   |    8 --------
 gedit/gedit-commands-help.c                   |    8 --------
 gedit/gedit-commands-search.c                 |    8 --------
 gedit/gedit-commands-view.c                   |    8 --------
 gedit/gedit-commands.h                        |    8 --------
 gedit/gedit-debug.c                           |    8 --------
 gedit/gedit-debug.h                           |    8 --------
 gedit/gedit-document-loader.c                 |    8 --------
 gedit/gedit-document-loader.h                 |    8 --------
 gedit/gedit-document-saver.c                  |    6 ------
 gedit/gedit-document-saver.h                  |    6 ------
 gedit/gedit-document.c                        |    8 --------
 gedit/gedit-document.h                        |    8 --------
 gedit/gedit-documents-panel.c                 |    8 --------
 gedit/gedit-documents-panel.h                 |    8 --------
 gedit/gedit-encodings-combo-box.c             |    8 --------
 gedit/gedit-encodings-combo-box.h             |    8 --------
 gedit/gedit-encodings-dialog.c                |    8 --------
 gedit/gedit-encodings-dialog.h                |    8 --------
 gedit/gedit-encodings.c                       |    8 --------
 gedit/gedit-encodings.h                       |    8 --------
 gedit/gedit-file-chooser-dialog.c             |    8 --------
 gedit/gedit-file-chooser-dialog.h             |    8 --------
 gedit/gedit-history-entry.c                   |    8 --------
 gedit/gedit-history-entry.h                   |    8 --------
 gedit/gedit-io-error-info-bar.c               |    8 --------
 gedit/gedit-io-error-info-bar.h               |    8 --------
 gedit/gedit-metadata-manager.c                |    6 ------
 gedit/gedit-metadata-manager.h                |    6 ------
 gedit/gedit-notebook.h                        |    6 ------
 gedit/gedit-plugins-engine.c                  |    8 --------
 gedit/gedit-plugins-engine.h                  |    8 --------
 gedit/gedit-preferences-dialog.c              |    8 --------
 gedit/gedit-preferences-dialog.h              |    8 --------
 gedit/gedit-print-job.c                       |    8 --------
 gedit/gedit-print-job.h                       |    8 --------
 gedit/gedit-print-preview.c                   |    8 --------
 gedit/gedit-print-preview.h                   |    9 ---------
 gedit/gedit-progress-info-bar.h               |    8 --------
 gedit/gedit-replace-dialog.h                  |    8 --------
 gedit/gedit-statusbar.c                       |    8 --------
 gedit/gedit-statusbar.h                       |    6 ------
 gedit/gedit-tab.c                             |    6 ------
 gedit/gedit-tab.h                             |    8 --------
 gedit/gedit-utils.c                           |    8 --------
 gedit/gedit-utils.h                           |    8 --------
 gedit/gedit-view.c                            |    8 --------
 gedit/gedit-view.h                            |    6 ------
 gedit/gedit-window-private.h                  |    8 --------
 gedit/gedit-window.c                          |    8 --------
 gedit/gedit-window.h                          |    8 --------
 gedit/gedit.c                                 |    8 --------
 plugins/spell/gedit-automatic-spell-checker.c |    6 ------
 plugins/spell/gedit-automatic-spell-checker.h |    6 ------
 plugins/spell/gedit-spell-checker-dialog.c    |    6 ------
 plugins/spell/gedit-spell-checker-dialog.h    |    6 ------
 plugins/spell/gedit-spell-checker-language.c  |    6 ------
 plugins/spell/gedit-spell-checker-language.h  |    6 ------
 plugins/spell/gedit-spell-checker.c           |    6 ------
 plugins/spell/gedit-spell-checker.h           |    6 ------
 plugins/spell/gedit-spell-language-dialog.c   |    6 ------
 plugins/spell/gedit-spell-language-dialog.h   |    6 ------
 plugins/time/gedit-time-plugin.c              |    6 ------
 70 files changed, 0 insertions(+), 521 deletions(-)
---
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
index f9d10d5..a1dd59d 100644
--- a/gedit/gedit-app.c
+++ b/gedit/gedit-app.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-app.h b/gedit/gedit-app.h
index 939bfee..d59a1fd 100644
--- a/gedit/gedit-app.h
+++ b/gedit/gedit-app.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_APP_H__
 #define __GEDIT_APP_H__
 
diff --git a/gedit/gedit-close-confirmation-dialog.c b/gedit/gedit-close-confirmation-dialog.c
index b26426f..0eeb949 100644
--- a/gedit/gedit-close-confirmation-dialog.c
+++ b/gedit/gedit-close-confirmation-dialog.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2004-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-close-confirmation-dialog.h b/gedit/gedit-close-confirmation-dialog.h
index a63ed04..78356c1 100644
--- a/gedit/gedit-close-confirmation-dialog.h
+++ b/gedit/gedit-close-confirmation-dialog.h
@@ -18,12 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2004-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_CLOSE_CONFIRMATION_DIALOG_H__
 #define __GEDIT_CLOSE_CONFIRMATION_DIALOG_H__
 
diff --git a/gedit/gedit-commands-documents.c b/gedit/gedit-commands-documents.c
index 9186ede..12cd342 100644
--- a/gedit/gedit-commands-documents.c
+++ b/gedit/gedit-commands-documents.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands-edit.c b/gedit/gedit-commands-edit.c
index 2e79b63..0b5f057 100644
--- a/gedit/gedit-commands-edit.c
+++ b/gedit/gedit-commands-edit.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands-file-print.c b/gedit/gedit-commands-file-print.c
index ca07a4a..b6af697 100644
--- a/gedit/gedit-commands-file-print.c
+++ b/gedit/gedit-commands-file-print.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands-file.c b/gedit/gedit-commands-file.c
index 78cd128..2cceeef 100644
--- a/gedit/gedit-commands-file.c
+++ b/gedit/gedit-commands-file.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 26ddb6c..1e537e3 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands-search.c b/gedit/gedit-commands-search.c
index 2e5d0f1..fdab446 100644
--- a/gedit/gedit-commands-search.c
+++ b/gedit/gedit-commands-search.c
@@ -21,14 +21,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2013. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands-view.c b/gedit/gedit-commands-view.c
index d1279a1..10fd849 100644
--- a/gedit/gedit-commands-view.c
+++ b/gedit/gedit-commands-view.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-commands.h b/gedit/gedit-commands.h
index fff9cd6..946f6e4 100644
--- a/gedit/gedit-commands.h
+++ b/gedit/gedit-commands.h
@@ -21,14 +21,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_COMMANDS_H__
 #define __GEDIT_COMMANDS_H__
 
diff --git a/gedit/gedit-debug.c b/gedit/gedit-debug.c
index 9c0e47c..3409926 100644
--- a/gedit/gedit-debug.c
+++ b/gedit/gedit-debug.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-debug.h b/gedit/gedit-debug.h
index 0f7b2af..a8058aa 100644
--- a/gedit/gedit-debug.h
+++ b/gedit/gedit-debug.h
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_DEBUG_H__
 #define __GEDIT_DEBUG_H__
 
diff --git a/gedit/gedit-document-loader.c b/gedit/gedit-document-loader.c
index 7d24aa5..697782d 100644
--- a/gedit/gedit-document-loader.c
+++ b/gedit/gedit-document-loader.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005-2008. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-document-loader.h b/gedit/gedit-document-loader.h
index 73c74a2..2ed8710 100644
--- a/gedit/gedit-document-loader.h
+++ b/gedit/gedit-document-loader.h
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005-2008. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_DOCUMENT_LOADER_H__
 #define __GEDIT_DOCUMENT_LOADER_H__
 
diff --git a/gedit/gedit-document-saver.c b/gedit/gedit-document-saver.c
index e24e7cd..48481f3 100644
--- a/gedit/gedit-document-saver.c
+++ b/gedit/gedit-document-saver.c
@@ -20,12 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005-2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-document-saver.h b/gedit/gedit-document-saver.h
index 345ef62..119885f 100644
--- a/gedit/gedit-document-saver.h
+++ b/gedit/gedit-document-saver.h
@@ -20,12 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005-2007. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_DOCUMENT_SAVER_H__
 #define __GEDIT_DOCUMENT_SAVER_H__
 
diff --git a/gedit/gedit-document.c b/gedit/gedit-document.c
index b04bf3a..430b8ee 100644
--- a/gedit/gedit-document.c
+++ b/gedit/gedit-document.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-document.h b/gedit/gedit-document.h
index 84164b9..46fd34e 100644
--- a/gedit/gedit-document.h
+++ b/gedit/gedit-document.h
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_DOCUMENT_H__
 #define __GEDIT_DOCUMENT_H__
 
diff --git a/gedit/gedit-documents-panel.c b/gedit/gedit-documents-panel.c
index d5bc10b..f0e8b61 100644
--- a/gedit/gedit-documents-panel.c
+++ b/gedit/gedit-documents-panel.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-documents-panel.h b/gedit/gedit-documents-panel.h
index 593b089..b0e0a8f 100644
--- a/gedit/gedit-documents-panel.h
+++ b/gedit/gedit-documents-panel.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_DOCUMENTS_PANEL_H__
 #define __GEDIT_DOCUMENTS_PANEL_H__
 
diff --git a/gedit/gedit-encodings-combo-box.c b/gedit/gedit-encodings-combo-box.c
index 7f4ea27..fa1f05b 100644
--- a/gedit/gedit-encodings-combo-box.c
+++ b/gedit/gedit-encodings-combo-box.c
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2003-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id: gedit-encodings-combo-box.c 6112 2008-01-23 08:26:24Z sfre $
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-encodings-combo-box.h b/gedit/gedit-encodings-combo-box.h
index b60500e..3e0225c 100644
--- a/gedit/gedit-encodings-combo-box.h
+++ b/gedit/gedit-encodings-combo-box.h
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2003-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id: gedit-encodings-option-menu.h 4429 2005-12-12 17:28:04Z pborelli $
- */
-
 #ifndef __GEDIT_ENCODINGS_COMBO_BOX_H__
 #define __GEDIT_ENCODINGS_COMBO_BOX_H__
 
diff --git a/gedit/gedit-encodings-dialog.c b/gedit/gedit-encodings-dialog.c
index 7a920cd..45807e8 100644
--- a/gedit/gedit-encodings-dialog.c
+++ b/gedit/gedit-encodings-dialog.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-encodings-dialog.h b/gedit/gedit-encodings-dialog.h
index 609f1ce..d05ac22 100644
--- a/gedit/gedit-encodings-dialog.h
+++ b/gedit/gedit-encodings-dialog.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2003-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_ENCODINGS_DIALOG_H__
 #define __GEDIT_ENCODINGS_DIALOG_H__
 
diff --git a/gedit/gedit-encodings.c b/gedit/gedit-encodings.c
index 492956e..a165340 100644
--- a/gedit/gedit-encodings.c
+++ b/gedit/gedit-encodings.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-encodings.h b/gedit/gedit-encodings.h
index 12a3558..e2fc7c4 100644
--- a/gedit/gedit-encodings.h
+++ b/gedit/gedit-encodings.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_ENCODINGS_H__
 #define __GEDIT_ENCODINGS_H__
 
diff --git a/gedit/gedit-file-chooser-dialog.c b/gedit/gedit-file-chooser-dialog.c
index eb73eef..b31635e 100644
--- a/gedit/gedit-file-chooser-dialog.c
+++ b/gedit/gedit-file-chooser-dialog.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005-2007. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 /* TODO: Override set_extra_widget */
 /* TODO: add encoding property */
 
diff --git a/gedit/gedit-file-chooser-dialog.h b/gedit/gedit-file-chooser-dialog.h
index 5d4afad..82d3abc 100644
--- a/gedit/gedit-file-chooser-dialog.h
+++ b/gedit/gedit-file-chooser-dialog.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_FILE_CHOOSER_DIALOG_H__
 #define __GEDIT_FILE_CHOOSER_DIALOG_H__
 
diff --git a/gedit/gedit-history-entry.c b/gedit/gedit-history-entry.c
index 70c6a7b..54da198 100644
--- a/gedit/gedit-history-entry.c
+++ b/gedit/gedit-history-entry.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-history-entry.h b/gedit/gedit-history-entry.h
index 4d3473c..93135a8 100644
--- a/gedit/gedit-history-entry.h
+++ b/gedit/gedit-history-entry.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_HISTORY_ENTRY_H__
 #define __GEDIT_HISTORY_ENTRY_H__
 
diff --git a/gedit/gedit-io-error-info-bar.c b/gedit/gedit-io-error-info-bar.c
index 541ca91..ca02181 100644
--- a/gedit/gedit-io-error-info-bar.c
+++ b/gedit/gedit-io-error-info-bar.c
@@ -19,14 +19,6 @@
  */
 
 /*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
-/*
  * Verbose error reporting for file I/O operations (load, save, revert, create)
  */
 
diff --git a/gedit/gedit-io-error-info-bar.h b/gedit/gedit-io-error-info-bar.h
index e8de7d8..69c2258 100644
--- a/gedit/gedit-io-error-info-bar.h
+++ b/gedit/gedit-io-error-info-bar.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_IO_ERROR_INFO_BAR_H__
 #define __GEDIT_IO_ERROR_INFO_BAR_H__
 
diff --git a/gedit/gedit-metadata-manager.c b/gedit/gedit-metadata-manager.c
index b8b5edb..2de1b07 100644
--- a/gedit/gedit-metadata-manager.c
+++ b/gedit/gedit-metadata-manager.c
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2003-2007. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #include <time.h>
 #include <stdlib.h>
 #include <libxml/xmlreader.h>
diff --git a/gedit/gedit-metadata-manager.h b/gedit/gedit-metadata-manager.h
index 0156936..2d17e55 100644
--- a/gedit/gedit-metadata-manager.h
+++ b/gedit/gedit-metadata-manager.h
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2003. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_METADATA_MANAGER_H__
 #define __GEDIT_METADATA_MANAGER_H__
 
diff --git a/gedit/gedit-notebook.h b/gedit/gedit-notebook.h
index e3617ec..46416f1 100644
--- a/gedit/gedit-notebook.h
+++ b/gedit/gedit-notebook.h
@@ -18,12 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 /* This file is a modified version of the epiphany file ephy-notebook.h
  * Here the relevant copyright:
  *
diff --git a/gedit/gedit-plugins-engine.c b/gedit/gedit-plugins-engine.c
index d347aff..6cae953 100644
--- a/gedit/gedit-plugins-engine.c
+++ b/gedit/gedit-plugins-engine.c
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-plugins-engine.h b/gedit/gedit-plugins-engine.h
index 2f995fa..5afda5e 100644
--- a/gedit/gedit-plugins-engine.h
+++ b/gedit/gedit-plugins-engine.h
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_PLUGINS_ENGINE_H__
 #define __GEDIT_PLUGINS_ENGINE_H__
 
diff --git a/gedit/gedit-preferences-dialog.c b/gedit/gedit-preferences-dialog.c
index 076a567..f0ffb03 100644
--- a/gedit/gedit-preferences-dialog.c
+++ b/gedit/gedit-preferences-dialog.c
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2001-2003. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-preferences-dialog.h b/gedit/gedit-preferences-dialog.h
index b978fea..2021f48 100644
--- a/gedit/gedit-preferences-dialog.h
+++ b/gedit/gedit-preferences-dialog.h
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2003. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_PREFERENCES_DIALOG_H__
 #define __GEDIT_PREFERENCES_DIALOG_H__
 
diff --git a/gedit/gedit-print-job.c b/gedit/gedit-print-job.c
index 1aef7a8..720466d 100644
--- a/gedit/gedit-print-job.c
+++ b/gedit/gedit-print-job.c
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id: gedit-print.c 6022 2007-12-09 14:38:57Z pborelli $
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-print-job.h b/gedit/gedit-print-job.h
index bceb523..7291629 100644
--- a/gedit/gedit-print-job.h
+++ b/gedit/gedit-print-job.h
@@ -19,14 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_PRINT_JOB_H__
 #define __GEDIT_PRINT_JOB_H__
 
diff --git a/gedit/gedit-print-preview.c b/gedit/gedit-print-preview.c
index 241ee27..49ec6a1 100644
--- a/gedit/gedit-print-preview.c
+++ b/gedit/gedit-print-preview.c
@@ -17,14 +17,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id: gedit-commands-search.c 5931 2007-09-25 20:05:40Z pborelli $
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-print-preview.h b/gedit/gedit-print-preview.h
index 36fd4db..c9a3cde 100644
--- a/gedit/gedit-print-preview.h
+++ b/gedit/gedit-print-preview.h
@@ -17,15 +17,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id: gedit-commands-search.c 5931 2007-09-25 20:05:40Z pborelli $
- */
-
-
 #ifndef __GEDIT_PRINT_PREVIEW_H__
 #define __GEDIT_PRINT_PREVIEW_H__
 
diff --git a/gedit/gedit-progress-info-bar.h b/gedit/gedit-progress-info-bar.h
index e775c46..b54e965 100644
--- a/gedit/gedit-progress-info-bar.h
+++ b/gedit/gedit-progress-info-bar.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_PROGRESS_INFO_BAR_H__
 #define __GEDIT_PROGRESS_INFO_BAR_H__
 
diff --git a/gedit/gedit-replace-dialog.h b/gedit/gedit-replace-dialog.h
index 183387a..0a46e8a 100644
--- a/gedit/gedit-replace-dialog.h
+++ b/gedit/gedit-replace-dialog.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_REPLACE_DIALOG_H__
 #define __GEDIT_REPLACE_DIALOG_H__
 
diff --git a/gedit/gedit-statusbar.c b/gedit/gedit-statusbar.c
index 81c13c2..e435be1 100644
--- a/gedit/gedit-statusbar.c
+++ b/gedit/gedit-statusbar.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-statusbar.h b/gedit/gedit-statusbar.h
index ef46316..d9ba761 100644
--- a/gedit/gedit-statusbar.h
+++ b/gedit/gedit-statusbar.h
@@ -18,12 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef GEDIT_STATUSBAR_H
 #define GEDIT_STATUSBAR_H
 
diff --git a/gedit/gedit-tab.c b/gedit/gedit-tab.c
index f26ede7..90717a4 100644
--- a/gedit/gedit-tab.c
+++ b/gedit/gedit-tab.c
@@ -18,12 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-tab.h b/gedit/gedit-tab.h
index 2076199..cc6dbff 100644
--- a/gedit/gedit-tab.h
+++ b/gedit/gedit-tab.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_TAB_H__
 #define __GEDIT_TAB_H__
 
diff --git a/gedit/gedit-utils.c b/gedit/gedit-utils.c
index c256844..4bf4d55 100644
--- a/gedit/gedit-utils.c
+++ b/gedit/gedit-utils.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-utils.h b/gedit/gedit-utils.h
index a6ff1a4..424220a 100644
--- a/gedit/gedit-utils.h
+++ b/gedit/gedit-utils.h
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_UTILS_H__
 #define __GEDIT_UTILS_H__
 
diff --git a/gedit/gedit-view.c b/gedit/gedit-view.c
index becb22c..3ed15f2 100644
--- a/gedit/gedit-view.c
+++ b/gedit/gedit-view.c
@@ -20,14 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-view.h b/gedit/gedit-view.h
index 6102bef..cf9d8e6 100644
--- a/gedit/gedit-view.h
+++ b/gedit/gedit-view.h
@@ -20,12 +20,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 1998-2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_VIEW_H__
 #define __GEDIT_VIEW_H__
 
diff --git a/gedit/gedit-window-private.h b/gedit/gedit-window-private.h
index 93df749..6bc0625 100644
--- a/gedit/gedit-window-private.h
+++ b/gedit/gedit-window-private.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_WINDOW_PRIVATE_H__
 #define __GEDIT_WINDOW_PRIVATE_H__
 
diff --git a/gedit/gedit-window.c b/gedit/gedit-window.c
index 7507158..8befab6 100644
--- a/gedit/gedit-window.c
+++ b/gedit/gedit-window.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/gedit/gedit-window.h b/gedit/gedit-window.h
index 553c707..d916477 100644
--- a/gedit/gedit-window.h
+++ b/gedit/gedit-window.h
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifndef __GEDIT_WINDOW_H__
 #define __GEDIT_WINDOW_H__
 
diff --git a/gedit/gedit.c b/gedit/gedit.c
index 53e57bf..3939fb5 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -18,14 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- *
- * $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/plugins/spell/gedit-automatic-spell-checker.c b/plugins/spell/gedit-automatic-spell-checker.c
index ea37731..47013e8 100644
--- a/plugins/spell/gedit-automatic-spell-checker.c
+++ b/plugins/spell/gedit-automatic-spell-checker.c
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 /* This is a modified version of gtkspell 2.0.5  (gtkspell.sf.net) */
 /* gtkspell - a spell-checking addon for GTK's TextView widget
  * Copyright (c) 2002 Evan Martin.
diff --git a/plugins/spell/gedit-automatic-spell-checker.h b/plugins/spell/gedit-automatic-spell-checker.h
index 3f44655..6fb01e3 100644
--- a/plugins/spell/gedit-automatic-spell-checker.h
+++ b/plugins/spell/gedit-automatic-spell-checker.h
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 /* This is a modified version of gtkspell 2.0.2  (gtkspell.sf.net) */
 /* gtkspell - a spell-checking addon for GTK's TextView widget
  * Copyright (c) 2002 Evan Martin.
diff --git a/plugins/spell/gedit-spell-checker-dialog.c b/plugins/spell/gedit-spell-checker-dialog.c
index 247c087..fdf82e0 100644
--- a/plugins/spell/gedit-spell-checker-dialog.c
+++ b/plugins/spell/gedit-spell-checker-dialog.c
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/plugins/spell/gedit-spell-checker-dialog.h b/plugins/spell/gedit-spell-checker-dialog.h
index b09f583..91abca2 100644
--- a/plugins/spell/gedit-spell-checker-dialog.h
+++ b/plugins/spell/gedit-spell-checker-dialog.h
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_SPELL_CHECKER_DIALOG_H__
 #define __GEDIT_SPELL_CHECKER_DIALOG_H__
 
diff --git a/plugins/spell/gedit-spell-checker-language.c b/plugins/spell/gedit-spell-checker-language.c
index 9ea6aa8..468e7c3 100644
--- a/plugins/spell/gedit-spell-checker-language.c
+++ b/plugins/spell/gedit-spell-checker-language.c
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 /* Part of the code taked from Epiphany.
  *
  * Copyright (C) 2003, 2004 Christian Persch
diff --git a/plugins/spell/gedit-spell-checker-language.h b/plugins/spell/gedit-spell-checker-language.h
index ef45079..57bfe5a 100644
--- a/plugins/spell/gedit-spell-checker-language.h
+++ b/plugins/spell/gedit-spell-checker-language.h
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_SPELL_CHECKER_LANGUAGE_H__
 #define __GEDIT_SPELL_CHECKER_LANGUAGE_H__
 
diff --git a/plugins/spell/gedit-spell-checker.c b/plugins/spell/gedit-spell-checker.c
index cd3b803..1457ca8 100644
--- a/plugins/spell/gedit-spell-checker.c
+++ b/plugins/spell/gedit-spell-checker.c
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002-2006. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/plugins/spell/gedit-spell-checker.h b/plugins/spell/gedit-spell-checker.h
index 3550749..328eba8 100644
--- a/plugins/spell/gedit-spell-checker.h
+++ b/plugins/spell/gedit-spell-checker.h
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_SPELL_CHECKER_H__
 #define __GEDIT_SPELL_CHECKER_H__
 
diff --git a/plugins/spell/gedit-spell-language-dialog.c b/plugins/spell/gedit-spell-language-dialog.c
index e81ee60..9b8054b 100644
--- a/plugins/spell/gedit-spell-language-dialog.c
+++ b/plugins/spell/gedit-spell-language-dialog.c
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/plugins/spell/gedit-spell-language-dialog.h b/plugins/spell/gedit-spell-language-dialog.h
index 61b8036..07f0fea 100644
--- a/plugins/spell/gedit-spell-language-dialog.h
+++ b/plugins/spell/gedit-spell-language-dialog.h
@@ -19,12 +19,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifndef __GEDIT_SPELL_LANGUAGE_DIALOG_H__
 #define __GEDIT_SPELL_LANGUAGE_DIALOG_H__
 
diff --git a/plugins/time/gedit-time-plugin.c b/plugins/time/gedit-time-plugin.c
index b989cdd..a0559ca 100644
--- a/plugins/time/gedit-time-plugin.c
+++ b/plugins/time/gedit-time-plugin.c
@@ -17,12 +17,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Modified by the gedit Team, 2002. See the AUTHORS file for a
- * list of people on the gedit Team.
- * See the ChangeLog files for a list of changes.
- */
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif



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