[devhelp] License headers: remove empty lines at the top



commit 75f5bc1bd767e6159b572d868a89d3a7b24344fd
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Apr 4 00:33:46 2020 +0200

    License headers: remove empty lines at the top

 devhelp/devhelp.h                   | 3 +--
 devhelp/dh-application-window.c     | 3 +--
 devhelp/dh-application-window.h     | 3 +--
 devhelp/dh-assistant-view.c         | 3 +--
 devhelp/dh-assistant-view.h         | 3 +--
 devhelp/dh-book-list-builder.c      | 3 +--
 devhelp/dh-book-list-builder.h      | 3 +--
 devhelp/dh-book-list-directory.c    | 3 +--
 devhelp/dh-book-list-directory.h    | 3 +--
 devhelp/dh-book-list-simple.c       | 3 +--
 devhelp/dh-book-list-simple.h       | 3 +--
 devhelp/dh-book-list.c              | 3 +--
 devhelp/dh-book-list.h              | 3 +--
 devhelp/dh-book-manager.c           | 3 +--
 devhelp/dh-book-manager.h           | 3 +--
 devhelp/dh-book-tree.c              | 3 +--
 devhelp/dh-book-tree.h              | 3 +--
 devhelp/dh-book.c                   | 3 +--
 devhelp/dh-book.h                   | 3 +--
 devhelp/dh-completion.c             | 3 +--
 devhelp/dh-completion.h             | 3 +--
 devhelp/dh-error.c                  | 3 +--
 devhelp/dh-error.h                  | 3 +--
 devhelp/dh-init.h                   | 3 +--
 devhelp/dh-keyword-model.c          | 3 +--
 devhelp/dh-keyword-model.h          | 3 +--
 devhelp/dh-link.c                   | 3 +--
 devhelp/dh-link.h                   | 3 +--
 devhelp/dh-notebook.c               | 3 +--
 devhelp/dh-notebook.h               | 3 +--
 devhelp/dh-parser.c                 | 3 +--
 devhelp/dh-parser.h                 | 3 +--
 devhelp/dh-profile-builder.c        | 3 +--
 devhelp/dh-profile-builder.h        | 3 +--
 devhelp/dh-profile.c                | 3 +--
 devhelp/dh-profile.h                | 3 +--
 devhelp/dh-search-bar.h             | 3 +--
 devhelp/dh-search-context.c         | 3 +--
 devhelp/dh-search-context.h         | 3 +--
 devhelp/dh-settings-builder.c       | 3 +--
 devhelp/dh-settings-builder.h       | 3 +--
 devhelp/dh-settings.c               | 3 +--
 devhelp/dh-settings.h               | 3 +--
 devhelp/dh-sidebar.c                | 3 +--
 devhelp/dh-sidebar.h                | 3 +--
 devhelp/dh-tab-label.h              | 3 +--
 devhelp/dh-tab.c                    | 3 +--
 devhelp/dh-tab.h                    | 3 +--
 devhelp/dh-util-lib.c               | 3 +--
 devhelp/dh-util-lib.h               | 3 +--
 devhelp/dh-web-view.h               | 3 +--
 devhelp/future/dh-dconf-migration.c | 3 +--
 devhelp/future/dh-dconf-migration.h | 3 +--
 src/dh-app.c                        | 3 +--
 src/dh-app.h                        | 3 +--
 src/dh-assistant.c                  | 3 +--
 src/dh-assistant.h                  | 3 +--
 src/dh-main.c                       | 3 +--
 src/dh-preferences.c                | 3 +--
 src/dh-preferences.h                | 3 +--
 src/dh-settings-app.c               | 3 +--
 src/dh-settings-app.h               | 3 +--
 src/dh-util-app.c                   | 3 +--
 src/dh-util-app.h                   | 3 +--
 src/dh-window.h                     | 3 +--
 65 files changed, 65 insertions(+), 130 deletions(-)
---
diff --git a/devhelp/devhelp.h b/devhelp/devhelp.h
index 8ad534e6..d3fd7b8a 100644
--- a/devhelp/devhelp.h
+++ b/devhelp/devhelp.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
+/* SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-application-window.c b/devhelp/dh-application-window.c
index 6fa6b9c0..ed69c653 100644
--- a/devhelp/dh-application-window.c
+++ b/devhelp/dh-application-window.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-application-window.h b/devhelp/dh-application-window.h
index 5db31d81..af26f7bc 100644
--- a/devhelp/dh-application-window.h
+++ b/devhelp/dh-application-window.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-assistant-view.c b/devhelp/dh-assistant-view.c
index 2ed6eaae..adc8022f 100644
--- a/devhelp/dh-assistant-view.c
+++ b/devhelp/dh-assistant-view.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2008 Imendio AB
+/* SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-FileCopyrightText: 2008 Sven Herzberg
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/devhelp/dh-assistant-view.h b/devhelp/dh-assistant-view.h
index 30f8285d..c3a42135 100644
--- a/devhelp/dh-assistant-view.h
+++ b/devhelp/dh-assistant-view.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2008 Sven Herzberg
+/* SPDX-FileCopyrightText: 2008 Sven Herzberg
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list-builder.c b/devhelp/dh-book-list-builder.c
index 81ba4d6e..3e56e0ba 100644
--- a/devhelp/dh-book-list-builder.c
+++ b/devhelp/dh-book-list-builder.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list-builder.h b/devhelp/dh-book-list-builder.h
index 3cd0096d..fdf4d9c1 100644
--- a/devhelp/dh-book-list-builder.h
+++ b/devhelp/dh-book-list-builder.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list-directory.c b/devhelp/dh-book-list-directory.c
index 5aa796bf..70c7ad67 100644
--- a/devhelp/dh-book-list-directory.c
+++ b/devhelp/dh-book-list-directory.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list-directory.h b/devhelp/dh-book-list-directory.h
index cd57f7d9..5baf5759 100644
--- a/devhelp/dh-book-list-directory.h
+++ b/devhelp/dh-book-list-directory.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list-simple.c b/devhelp/dh-book-list-simple.c
index 4606e312..aedb4d2b 100644
--- a/devhelp/dh-book-list-simple.c
+++ b/devhelp/dh-book-list-simple.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list-simple.h b/devhelp/dh-book-list-simple.h
index 0dacccdc..03216cc6 100644
--- a/devhelp/dh-book-list-simple.h
+++ b/devhelp/dh-book-list-simple.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list.c b/devhelp/dh-book-list.c
index d134b2c9..9eb5ef91 100644
--- a/devhelp/dh-book-list.c
+++ b/devhelp/dh-book-list.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-list.h b/devhelp/dh-book-list.h
index 7edc80d2..dcf63a49 100644
--- a/devhelp/dh-book-list.h
+++ b/devhelp/dh-book-list.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-book-manager.c b/devhelp/dh-book-manager.c
index 7e6baebf..b5d60082 100644
--- a/devhelp/dh-book-manager.c
+++ b/devhelp/dh-book-manager.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004-2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
diff --git a/devhelp/dh-book-manager.h b/devhelp/dh-book-manager.h
index ab0efc8a..b912078d 100644
--- a/devhelp/dh-book-manager.h
+++ b/devhelp/dh-book-manager.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2010 Lanedo GmbH
+/* SPDX-FileCopyrightText: 2010 Lanedo GmbH
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/devhelp/dh-book-tree.c b/devhelp/dh-book-tree.c
index f7963695..b29b99d0 100644
--- a/devhelp/dh-book-tree.c
+++ b/devhelp/dh-book-tree.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2003 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001-2003 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2003 CodeFactory AB
  * SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
diff --git a/devhelp/dh-book-tree.h b/devhelp/dh-book-tree.h
index 173a38b3..4d5e89b0 100644
--- a/devhelp/dh-book-tree.h
+++ b/devhelp/dh-book-tree.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/devhelp/dh-book.c b/devhelp/dh-book.c
index 42f73327..a58098be 100644
--- a/devhelp/dh-book.c
+++ b/devhelp/dh-book.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004-2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
diff --git a/devhelp/dh-book.h b/devhelp/dh-book.h
index f4719167..344912d4 100644
--- a/devhelp/dh-book.h
+++ b/devhelp/dh-book.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2005-2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
diff --git a/devhelp/dh-completion.c b/devhelp/dh-completion.c
index 1adcc357..369e4b5b 100644
--- a/devhelp/dh-completion.c
+++ b/devhelp/dh-completion.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-completion.h b/devhelp/dh-completion.h
index b0a92524..6974c7f7 100644
--- a/devhelp/dh-completion.h
+++ b/devhelp/dh-completion.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-error.c b/devhelp/dh-error.c
index 0149123c..9ac2e73f 100644
--- a/devhelp/dh-error.c
+++ b/devhelp/dh-error.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-error.h b/devhelp/dh-error.h
index 85d2a8f5..8a489fc1 100644
--- a/devhelp/dh-error.h
+++ b/devhelp/dh-error.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-init.h b/devhelp/dh-init.h
index f19de6aa..ee9dca16 100644
--- a/devhelp/dh-init.h
+++ b/devhelp/dh-init.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2017 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2017 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-keyword-model.c b/devhelp/dh-keyword-model.c
index 0f823167..671b3f86 100644
--- a/devhelp/dh-keyword-model.c
+++ b/devhelp/dh-keyword-model.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
diff --git a/devhelp/dh-keyword-model.h b/devhelp/dh-keyword-model.h
index ec21eef2..3378373e 100644
--- a/devhelp/dh-keyword-model.h
+++ b/devhelp/dh-keyword-model.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-link.c b/devhelp/dh-link.c
index f4df7fe7..171b7561 100644
--- a/devhelp/dh-link.c
+++ b/devhelp/dh-link.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-link.h b/devhelp/dh-link.h
index 96b765c3..0684b774 100644
--- a/devhelp/dh-link.h
+++ b/devhelp/dh-link.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-notebook.c b/devhelp/dh-notebook.c
index 2ff54ded..c4f56fb0 100644
--- a/devhelp/dh-notebook.c
+++ b/devhelp/dh-notebook.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-notebook.h b/devhelp/dh-notebook.h
index e1ef913e..683b3233 100644
--- a/devhelp/dh-notebook.h
+++ b/devhelp/dh-notebook.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-parser.c b/devhelp/dh-parser.c
index a4bd6db3..cb3ae5d9 100644
--- a/devhelp/dh-parser.c
+++ b/devhelp/dh-parser.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002-2003 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2002-2003 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2002-2003 CodeFactory AB
  * SPDX-FileCopyrightText: 2005, 2008 Imendio AB
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
diff --git a/devhelp/dh-parser.h b/devhelp/dh-parser.h
index e3a6ef72..51398818 100644
--- a/devhelp/dh-parser.h
+++ b/devhelp/dh-parser.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2003 CodeFactory AB
+/* SPDX-FileCopyrightText: 2003 CodeFactory AB
  * SPDX-FileCopyrightText: 2003 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-profile-builder.c b/devhelp/dh-profile-builder.c
index 4f1ed8ba..feb8046f 100644
--- a/devhelp/dh-profile-builder.c
+++ b/devhelp/dh-profile-builder.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-profile-builder.h b/devhelp/dh-profile-builder.h
index 94e4fd92..0fca6afd 100644
--- a/devhelp/dh-profile-builder.h
+++ b/devhelp/dh-profile-builder.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-profile.c b/devhelp/dh-profile.c
index 229f8e63..523faff9 100644
--- a/devhelp/dh-profile.c
+++ b/devhelp/dh-profile.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-profile.h b/devhelp/dh-profile.h
index 961f71cb..f2ae938a 100644
--- a/devhelp/dh-profile.h
+++ b/devhelp/dh-profile.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-search-bar.h b/devhelp/dh-search-bar.h
index 247935a4..0d161dd9 100644
--- a/devhelp/dh-search-bar.h
+++ b/devhelp/dh-search-bar.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-search-context.c b/devhelp/dh-search-context.c
index 06d253cc..f6dfcb5a 100644
--- a/devhelp/dh-search-context.c
+++ b/devhelp/dh-search-context.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-search-context.h b/devhelp/dh-search-context.h
index e6428af0..ca040404 100644
--- a/devhelp/dh-search-context.h
+++ b/devhelp/dh-search-context.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-settings-builder.c b/devhelp/dh-settings-builder.c
index 4978f4af..fe63e7ba 100644
--- a/devhelp/dh-settings-builder.c
+++ b/devhelp/dh-settings-builder.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-settings-builder.h b/devhelp/dh-settings-builder.h
index b1ebffa7..cdc55e8e 100644
--- a/devhelp/dh-settings-builder.h
+++ b/devhelp/dh-settings-builder.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-settings.c b/devhelp/dh-settings.c
index ae8d9717..3a9f4451 100644
--- a/devhelp/dh-settings.c
+++ b/devhelp/dh-settings.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+/* SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/devhelp/dh-settings.h b/devhelp/dh-settings.h
index eff13e7c..14ece17e 100644
--- a/devhelp/dh-settings.h
+++ b/devhelp/dh-settings.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+/* SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/devhelp/dh-sidebar.c b/devhelp/dh-sidebar.c
index f17f97b0..9a44a5c9 100644
--- a/devhelp/dh-sidebar.c
+++ b/devhelp/dh-sidebar.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2003 CodeFactory AB
+/* SPDX-FileCopyrightText: 2001-2003 CodeFactory AB
  * SPDX-FileCopyrightText: 2001-2003 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2005-2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
diff --git a/devhelp/dh-sidebar.h b/devhelp/dh-sidebar.h
index c59dfedd..7805330b 100644
--- a/devhelp/dh-sidebar.h
+++ b/devhelp/dh-sidebar.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2001-2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2013 Aleksander Morgado <aleksander gnu org>
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
diff --git a/devhelp/dh-tab-label.h b/devhelp/dh-tab-label.h
index f1d54a7b..22ae6197 100644
--- a/devhelp/dh-tab-label.h
+++ b/devhelp/dh-tab-label.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-tab.c b/devhelp/dh-tab.c
index 53e53a3b..7d8eea9c 100644
--- a/devhelp/dh-tab.c
+++ b/devhelp/dh-tab.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-tab.h b/devhelp/dh-tab.h
index 8fb6e8b2..83274c6f 100644
--- a/devhelp/dh-tab.h
+++ b/devhelp/dh-tab.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/dh-util-lib.c b/devhelp/dh-util-lib.c
index 8b924ef6..15a5c060 100644
--- a/devhelp/dh-util-lib.c
+++ b/devhelp/dh-util-lib.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004, 2008 Imendio AB
  * SPDX-FileCopyrightText: 2015, 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-util-lib.h b/devhelp/dh-util-lib.h
index d8d0201f..32e76b5c 100644
--- a/devhelp/dh-util-lib.h
+++ b/devhelp/dh-util-lib.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004,2008 Imendio AB
  * SPDX-FileCopyrightText: 2015, 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/devhelp/dh-web-view.h b/devhelp/dh-web-view.h
index a2aa3fe0..c10ab770 100644
--- a/devhelp/dh-web-view.h
+++ b/devhelp/dh-web-view.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/future/dh-dconf-migration.c b/devhelp/future/dh-dconf-migration.c
index 273f0434..77f4c108 100644
--- a/devhelp/future/dh-dconf-migration.c
+++ b/devhelp/future/dh-dconf-migration.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018, 2019 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018, 2019 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/devhelp/future/dh-dconf-migration.h b/devhelp/future/dh-dconf-migration.h
index 5450e12d..1031e89b 100644
--- a/devhelp/future/dh-dconf-migration.h
+++ b/devhelp/future/dh-dconf-migration.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2018, 2019 Sébastien Wilmet <swilmet gnome org>
+/* SPDX-FileCopyrightText: 2018, 2019 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/src/dh-app.c b/src/dh-app.c
index 91e9c810..906ee9ba 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004-2008 Imendio AB
  * SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
diff --git a/src/dh-app.h b/src/dh-app.h
index a6d831c1..d7ce15ba 100644
--- a/src/dh-app.h
+++ b/src/dh-app.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
+/* SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
  * SPDX-FileCopyrightText: 2017 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/src/dh-assistant.c b/src/dh-assistant.c
index dc4cbd24..55cd66b0 100644
--- a/src/dh-assistant.c
+++ b/src/dh-assistant.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2008 Imendio AB
+/* SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/src/dh-assistant.h b/src/dh-assistant.h
index f31fd419..f0b1c390 100644
--- a/src/dh-assistant.h
+++ b/src/dh-assistant.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2008 Imendio AB
+/* SPDX-FileCopyrightText: 2008 Imendio AB
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
diff --git a/src/dh-main.c b/src/dh-main.c
index 072ca2c9..50d21974 100644
--- a/src/dh-main.c
+++ b/src/dh-main.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2003 CodeFactory AB
+/* SPDX-FileCopyrightText: 2001-2003 CodeFactory AB
  * SPDX-FileCopyrightText: 2001-2008 Imendio AB
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/src/dh-preferences.c b/src/dh-preferences.c
index f7148811..5b8f597a 100644
--- a/src/dh-preferences.c
+++ b/src/dh-preferences.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2004-2008 Imendio AB
+/* SPDX-FileCopyrightText: 2004-2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
  * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
  * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
diff --git a/src/dh-preferences.h b/src/dh-preferences.h
index a5285fd9..5c4aad23 100644
--- a/src/dh-preferences.h
+++ b/src/dh-preferences.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2004-2008 Imendio AB
+/* SPDX-FileCopyrightText: 2004-2008 Imendio AB
  * SPDX-FileCopyrightText: 2010 Lanedo GmbH
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/src/dh-settings-app.c b/src/dh-settings-app.c
index 5987123b..4085a46a 100644
--- a/src/dh-settings-app.c
+++ b/src/dh-settings-app.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+/* SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/src/dh-settings-app.h b/src/dh-settings-app.h
index d4b293c9..a8ff2303 100644
--- a/src/dh-settings-app.h
+++ b/src/dh-settings-app.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+/* SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
  * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
diff --git a/src/dh-util-app.c b/src/dh-util-app.c
index a32dfe1a..6ce1696e 100644
--- a/src/dh-util-app.c
+++ b/src/dh-util-app.c
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004, 2008 Imendio AB
  * SPDX-FileCopyrightText: 2015, 2017, 2018 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/src/dh-util-app.h b/src/dh-util-app.h
index f51af741..3b3b63ed 100644
--- a/src/dh-util-app.h
+++ b/src/dh-util-app.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
+/* SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2004,2008 Imendio AB
  * SPDX-FileCopyrightText: 2015, 2017 Sébastien Wilmet <swilmet gnome org>
  * SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/src/dh-window.h b/src/dh-window.h
index 018915d5..e6834fcc 100644
--- a/src/dh-window.h
+++ b/src/dh-window.h
@@ -1,6 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-/*
- * SPDX-FileCopyrightText: 2002 CodeFactory AB
+/* SPDX-FileCopyrightText: 2002 CodeFactory AB
  * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
  * SPDX-FileCopyrightText: 2005 Imendio AB
  * SPDX-FileCopyrightText: 2017-2018 Sébastien Wilmet <swilmet gnome org>


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