[gtksourceview] Fix license headers in StyleSchemeChooser files



commit 0583d129c9198b5dce0733d5c9348c56d84f6415
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Sep 17 12:34:13 2015 +0200

    Fix license headers in StyleSchemeChooser files

 gtksourceview/gtksourcestyleschemechooser.c       |   10 +++++-----
 gtksourceview/gtksourcestyleschemechooser.h       |   11 +++++------
 gtksourceview/gtksourcestyleschemechooserbutton.c |   12 ++++++------
 gtksourceview/gtksourcestyleschemechooserbutton.h |   12 ++++++------
 gtksourceview/gtksourcestyleschemechooserwidget.c |   12 ++++++------
 gtksourceview/gtksourcestyleschemechooserwidget.h |   12 ++++++------
 6 files changed, 34 insertions(+), 35 deletions(-)
---
diff --git a/gtksourceview/gtksourcestyleschemechooser.c b/gtksourceview/gtksourcestyleschemechooser.c
index 0aec0b4..42f14e2 100644
--- a/gtksourceview/gtksourcestyleschemechooser.c
+++ b/gtksourceview/gtksourcestyleschemechooser.c
@@ -1,21 +1,21 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtk_sourcesourcestyleschemechooser.c
- * This file is part of gtk_sourcesourceview
+ *
+ * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Ignacio Casal Quinteiro
  *
- * gtk_sourcesourceview is free software; you can redistribute it and/or
+ * GtkSourceView is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * gtk_sourcesourceview is distributed in the hope that it will be useful,
+ * GtkSourceView is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with gtk_sourcesourceview. If not, see <http://www.gnu.org/licenses/>.
+ * along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
diff --git a/gtksourceview/gtksourcestyleschemechooser.h b/gtksourceview/gtksourcestyleschemechooser.h
index abbad0f..f4b2a6e 100644
--- a/gtksourceview/gtksourcestyleschemechooser.h
+++ b/gtksourceview/gtksourcestyleschemechooser.h
@@ -1,24 +1,23 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtk_sourcesourcestyleschemechooser.h
- * This file is part of gtk_sourcesourceview
+ *
+ * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Ignacio Casal Quinteiro
  *
- * gtk_sourcesourceview is free software; you can redistribute it and/or
+ * GtkSourceView is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * gtk_sourcesourceview is distributed in the hope that it will be useful,
+ * GtkSourceView is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with gtk_sourcesourceview. If not, see <http://www.gnu.org/licenses/>.
+ * along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
  */
 
-
 #ifndef __GTK_SOURCE_STYLE_SCHEME_CHOOSER_H__
 #define __GTK_SOURCE_STYLE_SCHEME_CHOOSER_H__
 
diff --git a/gtksourceview/gtksourcestyleschemechooserbutton.c 
b/gtksourceview/gtksourcestyleschemechooserbutton.c
index 9dab531..57d5ec4 100644
--- a/gtksourceview/gtksourcestyleschemechooserbutton.c
+++ b/gtksourceview/gtksourcestyleschemechooserbutton.c
@@ -1,22 +1,22 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyleschemechooserwidget.h
- * This file is part of gtksourceview
+ *
+ * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Christian Hergert
- *               2014 - Ignacio Casal Quinteiro
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
  *
- * gtksourceview is free software; you can redistribute it and/or
+ * GtkSourceView is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * gtksourceview is distributed in the hope that it will be useful,
+ * GtkSourceView is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with gtksourceview. If not, see <http://www.gnu.org/licenses/>.
+ * along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <glib/gi18n.h>
diff --git a/gtksourceview/gtksourcestyleschemechooserbutton.h 
b/gtksourceview/gtksourcestyleschemechooserbutton.h
index 3287223..441f3cf 100644
--- a/gtksourceview/gtksourcestyleschemechooserbutton.h
+++ b/gtksourceview/gtksourcestyleschemechooserbutton.h
@@ -1,22 +1,22 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyleschemechooserwidget.h
- * This file is part of gtksourceview
+ *
+ * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Christian Hergert
- *               2014 - Ignacio Casal Quinteiro
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
  *
- * gtksourceview is free software; you can redistribute it and/or
+ * GtkSourceView is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * gtksourceview is distributed in the hope that it will be useful,
+ * GtkSourceView is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with gtksourceview. If not, see <http://www.gnu.org/licenses/>.
+ * along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_SOURCE_STYLE_SCHEME_CHOOSER_BUTTON_H__
diff --git a/gtksourceview/gtksourcestyleschemechooserwidget.c 
b/gtksourceview/gtksourcestyleschemechooserwidget.c
index a236a9b..da90584 100644
--- a/gtksourceview/gtksourcestyleschemechooserwidget.c
+++ b/gtksourceview/gtksourcestyleschemechooserwidget.c
@@ -1,22 +1,22 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyleschemechooserwidget.h
- * This file is part of gtksourceview
+ *
+ * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Christian Hergert
- *               2014 - Ignacio Casal Quinteiro
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
  *
- * gtksourceview is free software; you can redistribute it and/or
+ * GtkSourceView is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * gtksourceview is distributed in the hope that it will be useful,
+ * GtkSourceView is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with gtksourceview. If not, see <http://www.gnu.org/licenses/>.
+ * along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <glib/gi18n.h>
diff --git a/gtksourceview/gtksourcestyleschemechooserwidget.h 
b/gtksourceview/gtksourcestyleschemechooserwidget.h
index 7785516..c8041c6 100644
--- a/gtksourceview/gtksourcestyleschemechooserwidget.h
+++ b/gtksourceview/gtksourcestyleschemechooserwidget.h
@@ -1,22 +1,22 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
- * gtksourcestyleschemechooserwidget.h
- * This file is part of gtksourceview
+ *
+ * This file is part of GtkSourceView
  *
  * Copyright (C) 2014 - Christian Hergert
- *               2014 - Ignacio Casal Quinteiro
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
  *
- * gtksourceview is free software; you can redistribute it and/or
+ * GtkSourceView is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * gtksourceview is distributed in the hope that it will be useful,
+ * GtkSourceView is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with gtksourceview. If not, see <http://www.gnu.org/licenses/>.
+ * along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef GTK_SOURCE_STYLE_SCHEME_CHOOSER_WIDGET_H


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