[gtksourceview] License headers: do not have two consecutive blank lines
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] License headers: do not have two consecutive blank lines
- Date: Sun, 24 Sep 2017 07:10:06 +0000 (UTC)
commit ae5b4e2265e96485dcfab606165b827bba8020d0
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Sep 24 08:53:42 2017 +0200
License headers: do not have two consecutive blank lines
The previous commit removed the filenames, but didn't remove the line,
since in most cases it wasn't necessary (and the diff --stat was clearer
if it was the same for every file, i.e. only one line modified).
gtksourceview/gtksource.h | 1 -
gtksourceview/gtksourcemap.c | 1 -
gtksourceview/gtksourcemap.h | 1 -
gtksourceview/gtksourcetypes-private.h | 1 -
gtksourceview/gtksourcetypes.h | 1 -
gtksourceview/gtksourceundomanager.c | 1 -
gtksourceview/gtksourceundomanager.h | 1 -
gtksourceview/gtksourceundomanagerdefault.c | 1 -
gtksourceview/gtksourceundomanagerdefault.h | 1 -
tests/test-search-performances.c | 1 -
testsuite/test-completion-model.c | 1 -
testsuite/test-completion-words.c | 1 -
testsuite/test-search-context.c | 1 -
testsuite/test-utils.c | 1 -
14 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/gtksourceview/gtksource.h b/gtksourceview/gtksource.h
index fb2e39b..c6f5d92 100644
--- a/gtksourceview/gtksource.h
+++ b/gtksourceview/gtksource.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of gtksourceview
*
* gtksourceview is free software; you can redistribute it and/or
diff --git a/gtksourceview/gtksourcemap.c b/gtksourceview/gtksourcemap.c
index 3c6cd94..0f9f4d0 100644
--- a/gtksourceview/gtksourcemap.c
+++ b/gtksourceview/gtksourcemap.c
@@ -1,6 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
/*
- *
* 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 870ac30..99cd960 100644
--- a/gtksourceview/gtksourcemap.h
+++ b/gtksourceview/gtksourcemap.h
@@ -1,6 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- */
/*
- *
* Copyright (C) 2015 Christian Hergert <christian hergert me>
* Copyright (C) 2015 Ignacio Casal Quinteiro <icq gnome org>
*
diff --git a/gtksourceview/gtksourcetypes-private.h b/gtksourceview/gtksourcetypes-private.h
index e5d4f11..fbed7d9 100644
--- a/gtksourceview/gtksourcetypes-private.h
+++ b/gtksourceview/gtksourcetypes-private.h
@@ -1,5 +1,4 @@
/*
- *
* 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 1f9869c..57c2816 100644
--- a/gtksourceview/gtksourcetypes.h
+++ b/gtksourceview/gtksourcetypes.h
@@ -1,5 +1,4 @@
/*
- *
* 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 0e4493c..e753fa8 100644
--- a/gtksourceview/gtksourceundomanager.c
+++ b/gtksourceview/gtksourceundomanager.c
@@ -1,6 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- *
* 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 2940b77..d7ae23f 100644
--- a/gtksourceview/gtksourceundomanager.h
+++ b/gtksourceview/gtksourceundomanager.h
@@ -1,6 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- *
* 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 e201173..d7e33d4 100644
--- a/gtksourceview/gtksourceundomanagerdefault.c
+++ b/gtksourceview/gtksourceundomanagerdefault.c
@@ -1,6 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- *
* 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 62724ec..6010bf2 100644
--- a/gtksourceview/gtksourceundomanagerdefault.h
+++ b/gtksourceview/gtksourceundomanagerdefault.h
@@ -1,6 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- *
* This file is part of GtkSourceView
*
* Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
diff --git a/tests/test-search-performances.c b/tests/test-search-performances.c
index b9c3f1a..7c68323 100644
--- a/tests/test-search-performances.c
+++ b/tests/test-search-performances.c
@@ -1,5 +1,4 @@
/*
- *
* This file is part of GtkSourceView
*
* Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-completion-model.c b/testsuite/test-completion-model.c
index 1ee1eff..ddad6b5 100644
--- a/testsuite/test-completion-model.c
+++ b/testsuite/test-completion-model.c
@@ -1,5 +1,4 @@
/*
- *
* 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 7698d0b..4e736eb 100644
--- a/testsuite/test-completion-words.c
+++ b/testsuite/test-completion-words.c
@@ -1,5 +1,4 @@
/*
- *
* This file is part of GtkSourceView
*
* Copyright (C) 2013 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-search-context.c b/testsuite/test-search-context.c
index e9209ee..cde881f 100644
--- a/testsuite/test-search-context.c
+++ b/testsuite/test-search-context.c
@@ -1,5 +1,4 @@
/*
- *
* This file is part of GtkSourceView
*
* Copyright (C) 2013, 2015, 2016 - Sébastien Wilmet <swilmet gnome org>
diff --git a/testsuite/test-utils.c b/testsuite/test-utils.c
index 2d47015..3ebd253 100644
--- a/testsuite/test-utils.c
+++ b/testsuite/test-utils.c
@@ -1,5 +1,4 @@
/*
- *
* 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]