summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcecompletionitem.c
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2009-04-28 12:41:19 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2009-04-28 12:41:19 +0200
commitfbcc855b9280010e88cb8671069dcb84c35de794 (patch)
tree3b10ee3446f3b0aa39bea7d9500a46c9362630d8 /gtksourceview/gtksourcecompletionitem.c
parent426022b44e8ddf6d6226f7857a5dd185fe598f81 (diff)
downloadgtksourceview-fbcc855b9280010e88cb8671069dcb84c35de794.tar.gz
Added license.
Diffstat (limited to 'gtksourceview/gtksourcecompletionitem.c')
-rw-r--r--gtksourceview/gtksourcecompletionitem.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtksourceview/gtksourcecompletionitem.c b/gtksourceview/gtksourcecompletionitem.c
index c249311a..97752385 100644
--- a/gtksourceview/gtksourcecompletionitem.c
+++ b/gtksourceview/gtksourcecompletionitem.c
@@ -1,3 +1,25 @@
+/*
+ * gtksourcecompletionitem.c
+ * This file is part of gtksourcecompletion
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
#include <gtksourceview/gtksourcecompletionitem.h>
#include "gtksourcecompletionutils.h"