summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2015-09-17 12:34:13 +0200
committerSébastien Wilmet <swilmet@gnome.org>2015-09-17 12:35:45 +0200
commit0583d129c9198b5dce0733d5c9348c56d84f6415 (patch)
tree3a73dbfb2fdf3cd632bef234eac81137bdfd5f8e
parent6aa5de6c0c90399af1ba84f2e0d2d7ec0f6d2df9 (diff)
downloadgtksourceview-0583d129c9198b5dce0733d5c9348c56d84f6415.tar.gz
Fix license headers in StyleSchemeChooser files
-rw-r--r--gtksourceview/gtksourcestyleschemechooser.c10
-rw-r--r--gtksourceview/gtksourcestyleschemechooser.h11
-rw-r--r--gtksourceview/gtksourcestyleschemechooserbutton.c12
-rw-r--r--gtksourceview/gtksourcestyleschemechooserbutton.h12
-rw-r--r--gtksourceview/gtksourcestyleschemechooserwidget.c12
-rw-r--r--gtksourceview/gtksourcestyleschemechooserwidget.h12
6 files changed, 34 insertions, 35 deletions
diff --git a/gtksourceview/gtksourcestyleschemechooser.c b/gtksourceview/gtksourcestyleschemechooser.c
index 0aec0b43..42f14e20 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 abbad0f6..f4b2a6ec 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 9dab5311..57d5ec49 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 32872233..441f3cf4 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 a236a9b3..da905844 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 7785516b..c8041c61 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