[gtksourceview] License headers: remove filenames



commit 9c84a974895b3637eeb8007cbdd0c8aacc5c0002
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Sep 23 17:01:42 2017 +0200

    License headers: remove filenames
    
    The LGPL doesn't require it. When renaming a file, we often forgot to
    update the filename. And when the namespace will be renamed, it'll be
    one less thing to care about.
    
    Done with this command (or a few other variants):
    $ sed -i 's/^ \* gtksource.*\.[ch]$/ */' *.[ch]
    and then by looking at the diff to see if it didn't remove something
    else.

 .../words/gtksourcecompletionwords.c               |    2 +-
 .../words/gtksourcecompletionwords.h               |    2 +-
 .../words/gtksourcecompletionwordsbuffer.c         |    2 +-
 .../words/gtksourcecompletionwordsbuffer.h         |    2 +-
 .../words/gtksourcecompletionwordslibrary.c        |    2 +-
 .../words/gtksourcecompletionwordslibrary.h        |    2 +-
 .../words/gtksourcecompletionwordsproposal.c       |    2 +-
 .../words/gtksourcecompletionwordsproposal.h       |    2 +-
 .../words/gtksourcecompletionwordsutils.c          |    2 +-
 .../words/gtksourcecompletionwordsutils.h          |    2 +-
 gtksourceview/gtksource.h                          |    2 +-
 gtksourceview/gtksourcebuffer-private.h            |    2 +-
 gtksourceview/gtksourcebuffer.c                    |    2 +-
 gtksourceview/gtksourcebuffer.h                    |    2 +-
 gtksourceview/gtksourcebufferinputstream.c         |    2 +-
 gtksourceview/gtksourcebufferinputstream.h         |    2 +-
 gtksourceview/gtksourcebufferinternal.c            |    2 +-
 gtksourceview/gtksourcebufferinternal.h            |    2 +-
 gtksourceview/gtksourcebufferoutputstream.c        |    2 +-
 gtksourceview/gtksourcebufferoutputstream.h        |    2 +-
 gtksourceview/gtksourcecompletion-private.h        |    2 +-
 gtksourceview/gtksourcecompletion.c                |    2 +-
 gtksourceview/gtksourcecompletion.h                |    2 +-
 gtksourceview/gtksourcecompletioncontainer.c       |    2 +-
 gtksourceview/gtksourcecompletioncontainer.h       |    2 +-
 gtksourceview/gtksourcecompletioncontext.c         |    2 +-
 gtksourceview/gtksourcecompletioncontext.h         |    2 +-
 gtksourceview/gtksourcecompletioninfo.c            |    2 +-
 gtksourceview/gtksourcecompletioninfo.h            |    2 +-
 gtksourceview/gtksourcecompletionitem.c            |    2 +-
 gtksourceview/gtksourcecompletionitem.h            |    2 +-
 gtksourceview/gtksourcecompletionmodel.c           |    2 +-
 gtksourceview/gtksourcecompletionmodel.h           |    2 +-
 gtksourceview/gtksourcecompletionproposal.c        |    2 +-
 gtksourceview/gtksourcecompletionproposal.h        |    2 +-
 gtksourceview/gtksourcecompletionprovider.c        |    2 +-
 gtksourceview/gtksourcecompletionprovider.h        |    2 +-
 gtksourceview/gtksourcecontextengine.c             |    2 +-
 gtksourceview/gtksourcecontextengine.h             |    2 +-
 gtksourceview/gtksourceencoding-private.h          |    2 +-
 gtksourceview/gtksourceencoding.c                  |    2 +-
 gtksourceview/gtksourceencoding.h                  |    2 +-
 gtksourceview/gtksourceengine.c                    |    2 +-
 gtksourceview/gtksourceengine.h                    |    2 +-
 gtksourceview/gtksourcefile.c                      |    2 +-
 gtksourceview/gtksourcefile.h                      |    2 +-
 gtksourceview/gtksourcefileloader.c                |    2 +-
 gtksourceview/gtksourcefileloader.h                |    2 +-
 gtksourceview/gtksourcefilesaver.c                 |    2 +-
 gtksourceview/gtksourcefilesaver.h                 |    2 +-
 gtksourceview/gtksourcegutter-private.h            |    2 +-
 gtksourceview/gtksourcegutter.c                    |    2 +-
 gtksourceview/gtksourcegutter.h                    |    2 +-
 gtksourceview/gtksourcegutterrenderer-private.h    |    2 +-
 gtksourceview/gtksourcegutterrenderer.c            |    2 +-
 gtksourceview/gtksourcegutterrenderer.h            |    2 +-
 gtksourceview/gtksourcegutterrendererlines.c       |    2 +-
 gtksourceview/gtksourcegutterrendererlines.h       |    2 +-
 gtksourceview/gtksourcegutterrenderermarks.c       |    2 +-
 gtksourceview/gtksourcegutterrenderermarks.h       |    2 +-
 gtksourceview/gtksourcegutterrendererpixbuf.c      |    2 +-
 gtksourceview/gtksourcegutterrendererpixbuf.h      |    2 +-
 gtksourceview/gtksourcegutterrenderertext.c        |    2 +-
 gtksourceview/gtksourcegutterrenderertext.h        |    2 +-
 gtksourceview/gtksourceiter.c                      |    2 +-
 gtksourceview/gtksourceiter.h                      |    2 +-
 gtksourceview/gtksourcelanguage-parser-2.c         |    2 +-
 gtksourceview/gtksourcelanguage-private.h          |    2 +-
 gtksourceview/gtksourcelanguage.c                  |    2 +-
 gtksourceview/gtksourcelanguage.h                  |    2 +-
 gtksourceview/gtksourcelanguagemanager.c           |    2 +-
 gtksourceview/gtksourcelanguagemanager.h           |    2 +-
 gtksourceview/gtksourcemap.c                       |    2 +-
 gtksourceview/gtksourcemap.h                       |    2 +-
 gtksourceview/gtksourcemark.c                      |    2 +-
 gtksourceview/gtksourcemark.h                      |    2 +-
 gtksourceview/gtksourcemarkattributes.c            |    2 +-
 gtksourceview/gtksourcemarkattributes.h            |    2 +-
 gtksourceview/gtksourcemarkssequence.c             |    2 +-
 gtksourceview/gtksourcemarkssequence.h             |    2 +-
 gtksourceview/gtksourcepixbufhelper.c              |    2 +-
 gtksourceview/gtksourcepixbufhelper.h              |    2 +-
 gtksourceview/gtksourceprintcompositor.c           |    2 +-
 gtksourceview/gtksourceprintcompositor.h           |    2 +-
 gtksourceview/gtksourceregex.c                     |    2 +-
 gtksourceview/gtksourceregex.h                     |    2 +-
 gtksourceview/gtksourcesearchcontext.c             |    2 +-
 gtksourceview/gtksourcesearchcontext.h             |    2 +-
 gtksourceview/gtksourcesearchsettings.c            |    2 +-
 gtksourceview/gtksourcesearchsettings.h            |    2 +-
 gtksourceview/gtksourcespacedrawer-private.h       |    2 +-
 gtksourceview/gtksourcespacedrawer.c               |    2 +-
 gtksourceview/gtksourcespacedrawer.h               |    2 +-
 gtksourceview/gtksourcestyle-private.h             |    2 +-
 gtksourceview/gtksourcestyle.c                     |    2 +-
 gtksourceview/gtksourcestyle.h                     |    2 +-
 gtksourceview/gtksourcestylescheme.c               |    2 +-
 gtksourceview/gtksourcestylescheme.h               |    2 +-
 gtksourceview/gtksourcestyleschememanager.c        |    2 +-
 gtksourceview/gtksourcestyleschememanager.h        |    2 +-
 gtksourceview/gtksourcetag.c                       |    2 +-
 gtksourceview/gtksourcetag.h                       |    2 +-
 gtksourceview/gtksourcetypes-private.h             |    2 +-
 gtksourceview/gtksourcetypes.h                     |    2 +-
 gtksourceview/gtksourceundomanager.c               |    2 +-
 gtksourceview/gtksourceundomanager.h               |    2 +-
 gtksourceview/gtksourceundomanagerdefault.c        |    2 +-
 gtksourceview/gtksourceundomanagerdefault.h        |    2 +-
 gtksourceview/gtksourceutils.c                     |    2 +-
 gtksourceview/gtksourceutils.h                     |    2 +-
 gtksourceview/gtksourceversion.c                   |    2 +-
 gtksourceview/gtksourceview-utils.c                |    2 +-
 gtksourceview/gtksourceview-utils.h                |    2 +-
 gtksourceview/gtksourceview.c                      |    2 +-
 gtksourceview/gtksourceview.h                      |    2 +-
 tests/test-completion.c                            |    2 +-
 tests/test-search-performances.c                   |    2 +-
 tests/test-search.c                                |    2 +-
 tests/test-space-drawing.c                         |    2 +-
 tests/test-undo-manager-performances.c             |    2 +-
 tests/test-widget.c                                |    2 +-
 testsuite/test-buffer-input-stream.c               |    2 +-
 testsuite/test-buffer-output-stream.c              |    2 +-
 testsuite/test-completion-model.c                  |    2 +-
 testsuite/test-completion-words.c                  |    2 +-
 testsuite/test-encoding.c                          |    2 +-
 testsuite/test-file-loader.c                       |    2 +-
 testsuite/test-file-saver.c                        |    2 +-
 testsuite/test-iter.c                              |    2 +-
 testsuite/test-search-context.c                    |    2 +-
 testsuite/test-undo-manager.c                      |    2 +-
 testsuite/test-utils.c                             |    2 +-
 132 files changed, 132 insertions(+), 132 deletions(-)
---
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwords.c 
b/gtksourceview/completion-providers/words/gtksourcecompletionwords.c
index c2e1cfc..c496bf5 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwords.c
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwords.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionproviderwords.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwords.h 
b/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
index e957b10..499cd1e 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionproviderwords.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
index 0772064..693daa2 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionwordsbuffer.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h
index 6d175a1..3d350e0 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionwordsbuffer.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c
index 5f63e41..71ba2ee 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionwordslibrary.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.h 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.h
index 89ee07d..7147451 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.h
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionwordslibrary.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c
index cc3b57d..fbcc5d2 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcecompletionwordsproposal.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.h 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.h
index 46f9aa6..117eaba 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.h
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionwordsproposal.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.c 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.c
index 9cebca3..c0a317a 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.c
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcecompletionwordsutils.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.h 
b/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.h
index b781849..4fe4ab9 100644
--- a/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.h
+++ b/gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcecompletionwordsutils.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksource.h b/gtksourceview/gtksource.h
index edb8a69..fb2e39b 100644
--- a/gtksourceview/gtksource.h
+++ b/gtksourceview/gtksource.h
@@ -1,5 +1,5 @@
 /*
- * gtksource.h
+ *
  * This file is part of gtksourceview
  *
  * gtksourceview is free software; you can redistribute it and/or
diff --git a/gtksourceview/gtksourcebuffer-private.h b/gtksourceview/gtksourcebuffer-private.h
index a795a47..51a6a31 100644
--- a/gtksourceview/gtksourcebuffer-private.h
+++ b/gtksourceview/gtksourcebuffer-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebuffer-private.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index 6375a4e..cff41ca 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebuffer.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 1999-2002 - Mikael Hermansson <tyan linux se>,
diff --git a/gtksourceview/gtksourcebuffer.h b/gtksourceview/gtksourcebuffer.h
index 4a5eae8..09143a8 100644
--- a/gtksourceview/gtksourcebuffer.h
+++ b/gtksourceview/gtksourcebuffer.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcebuffer.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 1999-2002 - Mikael Hermansson <tyan linux se>,
diff --git a/gtksourceview/gtksourcebufferinputstream.c b/gtksourceview/gtksourcebufferinputstream.c
index 4742d8d..8bee920 100644
--- a/gtksourceview/gtksourcebufferinputstream.c
+++ b/gtksourceview/gtksourcebufferinputstream.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebufferinputstream.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Ignacio Casal Quinteiro
diff --git a/gtksourceview/gtksourcebufferinputstream.h b/gtksourceview/gtksourcebufferinputstream.h
index 15ce7a9..f98cb64 100644
--- a/gtksourceview/gtksourcebufferinputstream.h
+++ b/gtksourceview/gtksourcebufferinputstream.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebufferinputstream.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Ignacio Casal Quinteiro
diff --git a/gtksourceview/gtksourcebufferinternal.c b/gtksourceview/gtksourcebufferinternal.c
index f182db9..d9511fc 100644
--- a/gtksourceview/gtksourcebufferinternal.c
+++ b/gtksourceview/gtksourcebufferinternal.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebufferinternal.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcebufferinternal.h b/gtksourceview/gtksourcebufferinternal.h
index 16cb61d..856d320 100644
--- a/gtksourceview/gtksourcebufferinternal.h
+++ b/gtksourceview/gtksourcebufferinternal.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebufferinternal.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcebufferoutputstream.c b/gtksourceview/gtksourcebufferoutputstream.c
index 6b58609..77a2a11 100644
--- a/gtksourceview/gtksourcebufferoutputstream.c
+++ b/gtksourceview/gtksourcebufferoutputstream.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebufferoutputstream.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Ignacio Casal Quinteiro
diff --git a/gtksourceview/gtksourcebufferoutputstream.h b/gtksourceview/gtksourcebufferoutputstream.h
index 0262fdb..f1a16fd 100644
--- a/gtksourceview/gtksourcebufferoutputstream.h
+++ b/gtksourceview/gtksourcebufferoutputstream.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcebufferoutputstream.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Ignacio Casal Quinteiro
diff --git a/gtksourceview/gtksourcecompletion-private.h b/gtksourceview/gtksourcecompletion-private.h
index cffd2d0..05fafb6 100644
--- a/gtksourceview/gtksourcecompletion-private.h
+++ b/gtksourceview/gtksourcecompletion-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletion-private.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index a1b6287..5580dd1 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcecompletion.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 -2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletion.h b/gtksourceview/gtksourcecompletion.h
index dff717d..37a852e 100644
--- a/gtksourceview/gtksourcecompletion.h
+++ b/gtksourceview/gtksourcecompletion.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletion.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - 2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletioncontainer.c b/gtksourceview/gtksourcecompletioncontainer.c
index d3393c4..5a01986 100644
--- a/gtksourceview/gtksourcecompletioncontainer.c
+++ b/gtksourceview/gtksourcecompletioncontainer.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcecompletioncontainer.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013, 2014, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcecompletioncontainer.h b/gtksourceview/gtksourcecompletioncontainer.h
index 01b9720..7f262cc 100644
--- a/gtksourceview/gtksourcecompletioncontainer.h
+++ b/gtksourceview/gtksourcecompletioncontainer.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletioncontainer.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcecompletioncontext.c b/gtksourceview/gtksourcecompletioncontext.c
index ed2006c..c34cb4c 100644
--- a/gtksourceview/gtksourcecompletioncontext.c
+++ b/gtksourceview/gtksourcecompletioncontext.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcecompletioncontext.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletioncontext.h b/gtksourceview/gtksourcecompletioncontext.h
index 9ab77ca..c4d146b 100644
--- a/gtksourceview/gtksourcecompletioncontext.h
+++ b/gtksourceview/gtksourcecompletioncontext.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletioncontext.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletioninfo.c b/gtksourceview/gtksourcecompletioninfo.c
index c1ae157..4315132 100644
--- a/gtksourceview/gtksourcecompletioninfo.c
+++ b/gtksourceview/gtksourcecompletioninfo.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcecompletioninfo.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 -2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletioninfo.h b/gtksourceview/gtksourcecompletioninfo.h
index 3c6b88b..bbd2759 100644
--- a/gtksourceview/gtksourcecompletioninfo.h
+++ b/gtksourceview/gtksourcecompletioninfo.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletioninfo.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - 2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletionitem.c b/gtksourceview/gtksourcecompletionitem.c
index 5825f81..049ff4e 100644
--- a/gtksourceview/gtksourcecompletionitem.c
+++ b/gtksourceview/gtksourcecompletionitem.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionitem.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletionitem.h b/gtksourceview/gtksourcecompletionitem.h
index 215f483..0f9e5b9 100644
--- a/gtksourceview/gtksourcecompletionitem.h
+++ b/gtksourceview/gtksourcecompletionitem.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionitem.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletionmodel.c b/gtksourceview/gtksourcecompletionmodel.c
index 8b14b6b..d94e102 100644
--- a/gtksourceview/gtksourcecompletionmodel.c
+++ b/gtksourceview/gtksourcecompletionmodel.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcecompletionmodel.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletionmodel.h b/gtksourceview/gtksourcecompletionmodel.h
index 551c8f1..85004f0 100644
--- a/gtksourceview/gtksourcecompletionmodel.h
+++ b/gtksourceview/gtksourcecompletionmodel.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionmodel.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom <jessevdk gnome org>
diff --git a/gtksourceview/gtksourcecompletionproposal.c b/gtksourceview/gtksourcecompletionproposal.c
index d4eaf30..c99180a 100644
--- a/gtksourceview/gtksourcecompletionproposal.c
+++ b/gtksourceview/gtksourcecompletionproposal.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcecompletionproposal.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - 2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletionproposal.h b/gtksourceview/gtksourcecompletionproposal.h
index 1a7e32b..8285879 100644
--- a/gtksourceview/gtksourcecompletionproposal.h
+++ b/gtksourceview/gtksourcecompletionproposal.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionproposal.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - 2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletionprovider.c b/gtksourceview/gtksourcecompletionprovider.c
index c902384..4dfcdba 100644
--- a/gtksourceview/gtksourcecompletionprovider.c
+++ b/gtksourceview/gtksourcecompletionprovider.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcecompletionprovider.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - 2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecompletionprovider.h b/gtksourceview/gtksourcecompletionprovider.h
index 6c70867..0560e72 100644
--- a/gtksourceview/gtksourcecompletionprovider.h
+++ b/gtksourceview/gtksourcecompletionprovider.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecompletionprovider.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - 2009 Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/gtksourceview/gtksourcecontextengine.c b/gtksourceview/gtksourcecontextengine.c
index 91b05f1..97d345d 100644
--- a/gtksourceview/gtksourcecontextengine.c
+++ b/gtksourceview/gtksourcecontextengine.c
@@ -1,5 +1,5 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecontextengine.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Gustavo Giráldez <gustavo giraldez gmx net>
diff --git a/gtksourceview/gtksourcecontextengine.h b/gtksourceview/gtksourcecontextengine.h
index d3f32c9..147e2ba 100644
--- a/gtksourceview/gtksourcecontextengine.h
+++ b/gtksourceview/gtksourcecontextengine.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcecontextengine.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Gustavo Giráldez
diff --git a/gtksourceview/gtksourceencoding-private.h b/gtksourceview/gtksourceencoding-private.h
index c48c70b..cd9e73d 100644
--- a/gtksourceview/gtksourceencoding-private.h
+++ b/gtksourceview/gtksourceencoding-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceencoding-private.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourceencoding.c b/gtksourceview/gtksourceencoding.c
index c8d2858..057442d 100644
--- a/gtksourceview/gtksourceencoding.c
+++ b/gtksourceview/gtksourceencoding.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceencoding.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2002-2005 - Paolo Maggi
diff --git a/gtksourceview/gtksourceencoding.h b/gtksourceview/gtksourceencoding.h
index aa4271a..25fb937 100644
--- a/gtksourceview/gtksourceencoding.h
+++ b/gtksourceview/gtksourceencoding.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceencoding.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2002-2005 - Paolo Maggi
diff --git a/gtksourceview/gtksourceengine.c b/gtksourceview/gtksourceengine.c
index ee1cb1e..94ff222 100644
--- a/gtksourceview/gtksourceengine.c
+++ b/gtksourceview/gtksourceengine.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceengine.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Gustavo Giráldez
diff --git a/gtksourceview/gtksourceengine.h b/gtksourceview/gtksourceengine.h
index bac9311..c6ecb85 100644
--- a/gtksourceview/gtksourceengine.h
+++ b/gtksourceview/gtksourceengine.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceengine.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Gustavo Giráldez
diff --git a/gtksourceview/gtksourcefile.c b/gtksourceview/gtksourcefile.c
index cca8829..ddb7aea 100644
--- a/gtksourceview/gtksourcefile.c
+++ b/gtksourceview/gtksourcefile.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcefile.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014, 2015 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcefile.h b/gtksourceview/gtksourcefile.h
index 0f5d980..b4c51ce 100644
--- a/gtksourceview/gtksourcefile.h
+++ b/gtksourceview/gtksourcefile.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcefile.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014, 2015 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcefileloader.c b/gtksourceview/gtksourcefileloader.c
index fd36538..2a4d18a 100644
--- a/gtksourceview/gtksourcefileloader.c
+++ b/gtksourceview/gtksourcefileloader.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcefileloader.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2005 - Paolo Maggi
diff --git a/gtksourceview/gtksourcefileloader.h b/gtksourceview/gtksourcefileloader.h
index 1e0a4a4..70fff26 100644
--- a/gtksourceview/gtksourcefileloader.h
+++ b/gtksourceview/gtksourcefileloader.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcefileloader.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2005 - Paolo Maggi
diff --git a/gtksourceview/gtksourcefilesaver.c b/gtksourceview/gtksourcefilesaver.c
index de958fd..c9d5bd1 100644
--- a/gtksourceview/gtksourcefilesaver.c
+++ b/gtksourceview/gtksourcefilesaver.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcefilesaver.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2005-2007 - Paolo Borelli and Paolo Maggi
diff --git a/gtksourceview/gtksourcefilesaver.h b/gtksourceview/gtksourcefilesaver.h
index 990c050..5bb014e 100644
--- a/gtksourceview/gtksourcefilesaver.h
+++ b/gtksourceview/gtksourcefilesaver.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcefilesaver.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2005, 2007 - Paolo Maggi
diff --git a/gtksourceview/gtksourcegutter-private.h b/gtksourceview/gtksourcegutter-private.h
index 08d347a..46136f8 100644
--- a/gtksourceview/gtksourcegutter-private.h
+++ b/gtksourceview/gtksourcegutter-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcegutter.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutter.c b/gtksourceview/gtksourcegutter.c
index 7f13947..de019b8 100644
--- a/gtksourceview/gtksourcegutter.c
+++ b/gtksourceview/gtksourcegutter.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- /
- * gtksourcegutter.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutter.h b/gtksourceview/gtksourcegutter.h
index dfd9db7..d24fcfc 100644
--- a/gtksourceview/gtksourcegutter.h
+++ b/gtksourceview/gtksourcegutter.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcegutter.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrenderer-private.h b/gtksourceview/gtksourcegutterrenderer-private.h
index 2d06868..df024bf 100644
--- a/gtksourceview/gtksourcegutterrenderer-private.h
+++ b/gtksourceview/gtksourcegutterrenderer-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcegutterrenderer-private.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Krzesimir Nowak
diff --git a/gtksourceview/gtksourcegutterrenderer.c b/gtksourceview/gtksourcegutterrenderer.c
index 35ffed8..5cb0862 100644
--- a/gtksourceview/gtksourcegutterrenderer.c
+++ b/gtksourceview/gtksourcegutterrenderer.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrenderer.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrenderer.h b/gtksourceview/gtksourcegutterrenderer.h
index a7b6ad4..4f0621c 100644
--- a/gtksourceview/gtksourcegutterrenderer.h
+++ b/gtksourceview/gtksourcegutterrenderer.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourcegutterrenderer.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrendererlines.c b/gtksourceview/gtksourcegutterrendererlines.c
index e6cc480..2068980 100644
--- a/gtksourceview/gtksourcegutterrendererlines.c
+++ b/gtksourceview/gtksourcegutterrendererlines.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrendererlines.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrendererlines.h b/gtksourceview/gtksourcegutterrendererlines.h
index 9da0336..2fc8e22 100644
--- a/gtksourceview/gtksourcegutterrendererlines.h
+++ b/gtksourceview/gtksourcegutterrendererlines.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrendererlines.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrenderermarks.c b/gtksourceview/gtksourcegutterrenderermarks.c
index 13c32f5..04950fa 100644
--- a/gtksourceview/gtksourcegutterrenderermarks.c
+++ b/gtksourceview/gtksourcegutterrenderermarks.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrenderermarks.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrenderermarks.h b/gtksourceview/gtksourcegutterrenderermarks.h
index 52f2be2..e807f6c 100644
--- a/gtksourceview/gtksourcegutterrenderermarks.h
+++ b/gtksourceview/gtksourcegutterrenderermarks.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrenderermarks.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrendererpixbuf.c b/gtksourceview/gtksourcegutterrendererpixbuf.c
index 2b52bf4..82da75b 100644
--- a/gtksourceview/gtksourcegutterrendererpixbuf.c
+++ b/gtksourceview/gtksourcegutterrendererpixbuf.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrendererpixbuf.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrendererpixbuf.h b/gtksourceview/gtksourcegutterrendererpixbuf.h
index 8b39364..0a7ec48 100644
--- a/gtksourceview/gtksourcegutterrendererpixbuf.h
+++ b/gtksourceview/gtksourcegutterrendererpixbuf.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrenderertext.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrenderertext.c b/gtksourceview/gtksourcegutterrenderertext.c
index 5f06b59..982cb60 100644
--- a/gtksourceview/gtksourcegutterrenderertext.c
+++ b/gtksourceview/gtksourcegutterrenderertext.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrenderertext.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcegutterrenderertext.h b/gtksourceview/gtksourcegutterrenderertext.h
index c2a49a2..4767a24 100644
--- a/gtksourceview/gtksourcegutterrenderertext.h
+++ b/gtksourceview/gtksourcegutterrenderertext.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcegutterrenderertext.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourceiter.c b/gtksourceview/gtksourceiter.c
index be0293a..afe94ba 100644
--- a/gtksourceview/gtksourceiter.c
+++ b/gtksourceview/gtksourceiter.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceiter.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourceiter.h b/gtksourceview/gtksourceiter.h
index b6ddb3d..d4bacf0 100644
--- a/gtksourceview/gtksourceiter.h
+++ b/gtksourceview/gtksourceiter.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceiter.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcelanguage-parser-2.c b/gtksourceview/gtksourcelanguage-parser-2.c
index 55a9117..b699d6f 100644
--- a/gtksourceview/gtksourcelanguage-parser-2.c
+++ b/gtksourceview/gtksourcelanguage-parser-2.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcelanguage-parser-2.c
+ *
  * Language specification parser for 2.0 version .lang files
  * This file is part of GtkSourceView
  *
diff --git a/gtksourceview/gtksourcelanguage-private.h b/gtksourceview/gtksourcelanguage-private.h
index 13ae76e..80bf7ea 100644
--- a/gtksourceview/gtksourcelanguage-private.h
+++ b/gtksourceview/gtksourcelanguage-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcelanguage-private.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcelanguage.c b/gtksourceview/gtksourcelanguage.c
index 84ec453..ac92d66 100644
--- a/gtksourceview/gtksourcelanguage.c
+++ b/gtksourceview/gtksourcelanguage.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcelanguage.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcelanguage.h b/gtksourceview/gtksourcelanguage.h
index 8f90c11..c27c9b4 100644
--- a/gtksourceview/gtksourcelanguage.h
+++ b/gtksourceview/gtksourcelanguage.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcelanguage.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcelanguagemanager.c b/gtksourceview/gtksourcelanguagemanager.c
index cac37c5..a6a4332 100644
--- a/gtksourceview/gtksourcelanguagemanager.c
+++ b/gtksourceview/gtksourcelanguagemanager.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcelanguagemanager.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003-2007 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcelanguagemanager.h b/gtksourceview/gtksourcelanguagemanager.h
index 72c712e..219b165 100644
--- a/gtksourceview/gtksourcelanguagemanager.h
+++ b/gtksourceview/gtksourcelanguagemanager.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcelanguagemanager.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcemap.c b/gtksourceview/gtksourcemap.c
index 3b340be..3c6cd94 100644
--- a/gtksourceview/gtksourcemap.c
+++ b/gtksourceview/gtksourcemap.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcemap.c
+/*
  *
  * Copyright (C) 2015 Christian Hergert <christian hergert me>
  * Copyright (C) 2015 Ignacio Casal Quinteiro <icq gnome org>
diff --git a/gtksourceview/gtksourcemap.h b/gtksourceview/gtksourcemap.h
index 843d2bc..870ac30 100644
--- a/gtksourceview/gtksourcemap.h
+++ b/gtksourceview/gtksourcemap.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcemap.h
+/*
  *
  * Copyright (C) 2015 Christian Hergert <christian hergert me>
  * Copyright (C) 2015 Ignacio Casal Quinteiro <icq gnome org>
diff --git a/gtksourceview/gtksourcemark.c b/gtksourceview/gtksourcemark.c
index b6b6c46..447f03d 100644
--- a/gtksourceview/gtksourcemark.c
+++ b/gtksourceview/gtksourcemark.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcemark.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - Johannes Schmid <jhs gnome org>
diff --git a/gtksourceview/gtksourcemark.h b/gtksourceview/gtksourcemark.h
index 400f298..60608e6 100644
--- a/gtksourceview/gtksourcemark.h
+++ b/gtksourceview/gtksourcemark.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcebuffer.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - Johannes Schmid <jhs gnome org>
diff --git a/gtksourceview/gtksourcemarkattributes.c b/gtksourceview/gtksourcemarkattributes.c
index b3cbb95..34a25af 100644
--- a/gtksourceview/gtksourcemarkattributes.c
+++ b/gtksourceview/gtksourcemarkattributes.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcemarkattributes.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcemarkattributes.h b/gtksourceview/gtksourcemarkattributes.h
index 5432030..8689130 100644
--- a/gtksourceview/gtksourcemarkattributes.h
+++ b/gtksourceview/gtksourcemarkattributes.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcemarkattributes.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcemarkssequence.c b/gtksourceview/gtksourcemarkssequence.c
index e1c1487..92126c2 100644
--- a/gtksourceview/gtksourcemarkssequence.c
+++ b/gtksourceview/gtksourcemarkssequence.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcemarkssequence.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcemarkssequence.h b/gtksourceview/gtksourcemarkssequence.h
index 3e25fc4..57293e6 100644
--- a/gtksourceview/gtksourcemarkssequence.h
+++ b/gtksourceview/gtksourcemarkssequence.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcemarkssequence.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcepixbufhelper.c b/gtksourceview/gtksourcepixbufhelper.c
index e6ba062..59ad24d 100644
--- a/gtksourceview/gtksourcepixbufhelper.c
+++ b/gtksourceview/gtksourcepixbufhelper.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcepixbufhelper.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourcepixbufhelper.h b/gtksourceview/gtksourcepixbufhelper.h
index f1df0be..d37338b 100644
--- a/gtksourceview/gtksourcepixbufhelper.h
+++ b/gtksourceview/gtksourcepixbufhelper.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcepixbufhelper.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/gtksourceview/gtksourceprintcompositor.c b/gtksourceview/gtksourceprintcompositor.c
index 712407e..c2ec3f6 100644
--- a/gtksourceview/gtksourceprintcompositor.c
+++ b/gtksourceview/gtksourceprintcompositor.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- *
- * gtksourceprintcompositor.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2000, 2001 Chema Celorio
diff --git a/gtksourceview/gtksourceprintcompositor.h b/gtksourceview/gtksourceprintcompositor.h
index 3038de8..f29db3c 100644
--- a/gtksourceview/gtksourceprintcompositor.h
+++ b/gtksourceview/gtksourceprintcompositor.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceprintcompositor.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003  Gustavo Giráldez
diff --git a/gtksourceview/gtksourceregex.c b/gtksourceview/gtksourceregex.c
index 49ab8b2..560ec88 100644
--- a/gtksourceview/gtksourceregex.c
+++ b/gtksourceview/gtksourceregex.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceregex.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Gustavo Giráldez <gustavo giraldez gmx net>
diff --git a/gtksourceview/gtksourceregex.h b/gtksourceview/gtksourceregex.h
index 0dbb854..edf9d6b 100644
--- a/gtksourceview/gtksourceregex.h
+++ b/gtksourceview/gtksourceregex.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceregex.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Gustavo Giráldez <gustavo giraldez gmx net>
diff --git a/gtksourceview/gtksourcesearchcontext.c b/gtksourceview/gtksourcesearchcontext.c
index 67d62af..e298d4e 100644
--- a/gtksourceview/gtksourcesearchcontext.c
+++ b/gtksourceview/gtksourcesearchcontext.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcesearchcontext.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013-2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcesearchcontext.h b/gtksourceview/gtksourcesearchcontext.h
index 94027f2..fd48903 100644
--- a/gtksourceview/gtksourcesearchcontext.h
+++ b/gtksourceview/gtksourcesearchcontext.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcesearchcontext.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcesearchsettings.c b/gtksourceview/gtksourcesearchsettings.c
index 23b1cdd..07699f5 100644
--- a/gtksourceview/gtksourcesearchsettings.c
+++ b/gtksourceview/gtksourcesearchsettings.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcesearchsettings.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcesearchsettings.h b/gtksourceview/gtksourcesearchsettings.h
index 102d392..b6140c0 100644
--- a/gtksourceview/gtksourcesearchsettings.h
+++ b/gtksourceview/gtksourcesearchsettings.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcesearchsettings.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcespacedrawer-private.h b/gtksourceview/gtksourcespacedrawer-private.h
index 4ce74f8..3b6060f 100644
--- a/gtksourceview/gtksourcespacedrawer-private.h
+++ b/gtksourceview/gtksourcespacedrawer-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcespacedrawer-private.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcespacedrawer.c b/gtksourceview/gtksourcespacedrawer.c
index 7c5b82b..52619e3 100644
--- a/gtksourceview/gtksourcespacedrawer.c
+++ b/gtksourceview/gtksourcespacedrawer.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcespacedrawer.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2008, 2011, 2016 - Paolo Borelli <pborelli gnome org>
diff --git a/gtksourceview/gtksourcespacedrawer.h b/gtksourceview/gtksourcespacedrawer.h
index e1bebb6..b06f5d2 100644
--- a/gtksourceview/gtksourcespacedrawer.h
+++ b/gtksourceview/gtksourcespacedrawer.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcespacedrawer.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcestyle-private.h b/gtksourceview/gtksourcestyle-private.h
index 641e95a..7ae94e0 100644
--- a/gtksourceview/gtksourcestyle-private.h
+++ b/gtksourceview/gtksourcestyle-private.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyle-private.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcestyle.c b/gtksourceview/gtksourcestyle.c
index 45f0dd8..70fe844 100644
--- a/gtksourceview/gtksourcestyle.c
+++ b/gtksourceview/gtksourcestyle.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyle.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcestyle.h b/gtksourceview/gtksourcestyle.h
index 28cf013..b60d2e6 100644
--- a/gtksourceview/gtksourcestyle.h
+++ b/gtksourceview/gtksourcestyle.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyle.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcestylescheme.c b/gtksourceview/gtksourcestylescheme.c
index 5d1f23c..06c59fc 100644
--- a/gtksourceview/gtksourcestylescheme.c
+++ b/gtksourceview/gtksourcestylescheme.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcestylescheme.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcestylescheme.h b/gtksourceview/gtksourcestylescheme.h
index 7378096..177878c 100644
--- a/gtksourceview/gtksourcestylescheme.h
+++ b/gtksourceview/gtksourcestylescheme.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestylescheme.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcestyleschememanager.c b/gtksourceview/gtksourcestyleschememanager.c
index 3282d70..244e3c1 100644
--- a/gtksourceview/gtksourcestyleschememanager.c
+++ b/gtksourceview/gtksourcestyleschememanager.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcestyleschememanager.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003-2007 - Paolo Maggi <paolo gnome org>
diff --git a/gtksourceview/gtksourcestyleschememanager.h b/gtksourceview/gtksourcestyleschememanager.h
index a288cc6..c7795b4 100644
--- a/gtksourceview/gtksourcestyleschememanager.h
+++ b/gtksourceview/gtksourcestyleschememanager.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyleschememanager.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2003-2007 - Paolo Maggi <paolo maggi polito it>
diff --git a/gtksourceview/gtksourcetag.c b/gtksourceview/gtksourcetag.c
index 9d93a44..22e6dde 100644
--- a/gtksourceview/gtksourcetag.c
+++ b/gtksourceview/gtksourcetag.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcetag.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2015 - Université Catholique de Louvain
diff --git a/gtksourceview/gtksourcetag.h b/gtksourceview/gtksourcetag.h
index 7ea554f..7385768 100644
--- a/gtksourceview/gtksourcetag.h
+++ b/gtksourceview/gtksourcetag.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourcetag.h
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2015 - Université Catholique de Louvain
diff --git a/gtksourceview/gtksourcetypes-private.h b/gtksourceview/gtksourcetypes-private.h
index a150477..e5d4f11 100644
--- a/gtksourceview/gtksourcetypes-private.h
+++ b/gtksourceview/gtksourcetypes-private.h
@@ -1,5 +1,5 @@
 /*
- * gtksourcetypes-private.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2012, 2013, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourcetypes.h b/gtksourceview/gtksourcetypes.h
index 833cc6a..1f9869c 100644
--- a/gtksourceview/gtksourcetypes.h
+++ b/gtksourceview/gtksourcetypes.h
@@ -1,5 +1,5 @@
 /*
- * gtksourcetypes.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2012-2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourceundomanager.c b/gtksourceview/gtksourceundomanager.c
index 0e49da9..0e4493c 100644
--- a/gtksourceview/gtksourceundomanager.c
+++ b/gtksourceview/gtksourceundomanager.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * gtksourceundomanager.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
diff --git a/gtksourceview/gtksourceundomanager.h b/gtksourceview/gtksourceundomanager.h
index 4693ee4..2940b77 100644
--- a/gtksourceview/gtksourceundomanager.h
+++ b/gtksourceview/gtksourceundomanager.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * gtksourceundomanager.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
diff --git a/gtksourceview/gtksourceundomanagerdefault.c b/gtksourceview/gtksourceundomanagerdefault.c
index 1ca6702..e201173 100644
--- a/gtksourceview/gtksourceundomanagerdefault.c
+++ b/gtksourceview/gtksourceundomanagerdefault.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * gtksourceundomanagerdefault.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 1998, 1999 - Alex Roberts, Evan Lawrence
diff --git a/gtksourceview/gtksourceundomanagerdefault.h b/gtksourceview/gtksourceundomanagerdefault.h
index e688f1b..62724ec 100644
--- a/gtksourceview/gtksourceundomanagerdefault.h
+++ b/gtksourceview/gtksourceundomanagerdefault.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * gtksourceundomanagerdefault.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
diff --git a/gtksourceview/gtksourceutils.c b/gtksourceview/gtksourceutils.c
index 0789441..5c5a6f7 100644
--- a/gtksourceview/gtksourceutils.c
+++ b/gtksourceview/gtksourceutils.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceutils.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2005 - Paolo Borelli
diff --git a/gtksourceview/gtksourceutils.h b/gtksourceview/gtksourceutils.h
index bcf314f..4968dff 100644
--- a/gtksourceview/gtksourceutils.h
+++ b/gtksourceview/gtksourceutils.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceutils.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/gtksourceview/gtksourceversion.c b/gtksourceview/gtksourceversion.c
index a8ba981..2533f72 100644
--- a/gtksourceview/gtksourceversion.c
+++ b/gtksourceview/gtksourceversion.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceversion.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2015 - Paolo Borelli <pborelli gnome org>
diff --git a/gtksourceview/gtksourceview-utils.c b/gtksourceview/gtksourceview-utils.c
index 041b2e4..d5d3015 100644
--- a/gtksourceview/gtksourceview-utils.c
+++ b/gtksourceview/gtksourceview-utils.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceview-utils.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - Gustavo Giráldez and Paolo Maggi
diff --git a/gtksourceview/gtksourceview-utils.h b/gtksourceview/gtksourceview-utils.h
index 88a8301..b252891 100644
--- a/gtksourceview/gtksourceview-utils.h
+++ b/gtksourceview/gtksourceview-utils.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceview-utils.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - Gustavo Giráldez and Paolo Maggi
diff --git a/gtksourceview/gtksourceview.c b/gtksourceview/gtksourceview.c
index bb3470d..ff93cc3 100644
--- a/gtksourceview/gtksourceview.c
+++ b/gtksourceview/gtksourceview.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* gtksourceview.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2001 - Mikael Hermansson <tyan linux se> and
diff --git a/gtksourceview/gtksourceview.h b/gtksourceview/gtksourceview.h
index 81556f4..8e8031f 100644
--- a/gtksourceview/gtksourceview.h
+++ b/gtksourceview/gtksourceview.h
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourceview.h
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2001 - Mikael Hermansson <tyan linux se> and
diff --git a/tests/test-completion.c b/tests/test-completion.c
index 291b53c..c5b8636 100644
--- a/tests/test-completion.c
+++ b/tests/test-completion.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * test-completion.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2007 - Jesús Barbero Rodríguez <chuchiperriman gmail com>
diff --git a/tests/test-search-performances.c b/tests/test-search-performances.c
index fc48967..b9c3f1a 100644
--- a/tests/test-search-performances.c
+++ b/tests/test-search-performances.c
@@ -1,5 +1,5 @@
 /*
- * test-search-performances.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/tests/test-search.c b/tests/test-search.c
index 697fe68..75ae96d 100644
--- a/tests/test-search.c
+++ b/tests/test-search.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * test-search.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/tests/test-space-drawing.c b/tests/test-space-drawing.c
index fa1f921..e694034 100644
--- a/tests/test-space-drawing.c
+++ b/tests/test-space-drawing.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * test-space-drawing.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2015 - Université Catholique de Louvain
diff --git a/tests/test-undo-manager-performances.c b/tests/test-undo-manager-performances.c
index ecea65f..9cd84ac 100644
--- a/tests/test-undo-manager-performances.c
+++ b/tests/test-undo-manager-performances.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-undo-manager-performances.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Sébastien Wilmet <swilmet gnome org>
diff --git a/tests/test-widget.c b/tests/test-widget.c
index cd05861..9758a35 100644
--- a/tests/test-widget.c
+++ b/tests/test-widget.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * test-widget.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2001 - Mikael Hermansson <tyan linux se>
diff --git a/testsuite/test-buffer-input-stream.c b/testsuite/test-buffer-input-stream.c
index 70a60c4..4250df1 100644
--- a/testsuite/test-buffer-input-stream.c
+++ b/testsuite/test-buffer-input-stream.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-buffer-input-stream.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Ignacio Casal Quinteiro
diff --git a/testsuite/test-buffer-output-stream.c b/testsuite/test-buffer-output-stream.c
index f73a5ca..fecba84 100644
--- a/testsuite/test-buffer-output-stream.c
+++ b/testsuite/test-buffer-output-stream.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-buffer-output-stream.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Ignacio Casal Quinteiro
diff --git a/testsuite/test-completion-model.c b/testsuite/test-completion-model.c
index 5870d08..1ee1eff 100644
--- a/testsuite/test-completion-model.c
+++ b/testsuite/test-completion-model.c
@@ -1,5 +1,5 @@
 /*
- * test-completion-model.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-completion-words.c b/testsuite/test-completion-words.c
index 07ac541..7698d0b 100644
--- a/testsuite/test-completion-words.c
+++ b/testsuite/test-completion-words.c
@@ -1,5 +1,5 @@
 /*
- * test-completion-words.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-encoding.c b/testsuite/test-encoding.c
index 458d39f..d2bf29c 100644
--- a/testsuite/test-encoding.c
+++ b/testsuite/test-encoding.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-encoding.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-file-loader.c b/testsuite/test-file-loader.c
index 2f1c1f7..c0b37f1 100644
--- a/testsuite/test-file-loader.c
+++ b/testsuite/test-file-loader.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-file-loader.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/testsuite/test-file-saver.c b/testsuite/test-file-saver.c
index db6afb4..81b110a 100644
--- a/testsuite/test-file-saver.c
+++ b/testsuite/test-file-saver.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-file-saver.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2010 - Jesse van den Kieboom
diff --git a/testsuite/test-iter.c b/testsuite/test-iter.c
index d1d81d9..6491f6e 100644
--- a/testsuite/test-iter.c
+++ b/testsuite/test-iter.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-iter.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-search-context.c b/testsuite/test-search-context.c
index e318d8b..e9209ee 100644
--- a/testsuite/test-search-context.c
+++ b/testsuite/test-search-context.c
@@ -1,5 +1,5 @@
 /*
- * test-search-context.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013, 2015, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-undo-manager.c b/testsuite/test-undo-manager.c
index 16ad62d..91d402c 100644
--- a/testsuite/test-undo-manager.c
+++ b/testsuite/test-undo-manager.c
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
-/* test-undo-manager.c
+/*
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013, 2014, 2015 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-utils.c b/testsuite/test-utils.c
index 19a919c..2d47015 100644
--- a/testsuite/test-utils.c
+++ b/testsuite/test-utils.c
@@ -1,5 +1,5 @@
 /*
- * test-utils.c
+ *
  * This file is part of GtkSourceView
  *
  * Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>


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