[gedit/dbus] Added GPL licences to gedit-fifo



commit 200f2f12b6823f9c56c58a54156d2e831b71d6ea
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat May 15 14:08:52 2010 +0200

    Added GPL licences to gedit-fifo

 gedit/gedit-fifo.c |   22 ++++++++++++++++++++++
 gedit/gedit-fifo.h |   22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-fifo.c b/gedit/gedit-fifo.c
index fdc1010..065ef8d 100644
--- a/gedit/gedit-fifo.c
+++ b/gedit/gedit-fifo.c
@@ -1,3 +1,25 @@
+/*
+ * gedit-fifo.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gedit 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.
+ *
+ * gedit 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 gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #include "gedit-fifo.h"
 #include <stdio.h>
 #include <gio/gunixinputstream.h>
diff --git a/gedit/gedit-fifo.h b/gedit/gedit-fifo.h
index c59ddb4..83cd13b 100644
--- a/gedit/gedit-fifo.h
+++ b/gedit/gedit-fifo.h
@@ -1,3 +1,25 @@
+/*
+ * gedit-fifo.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gedit 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.
+ *
+ * gedit 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 gedit; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ */
+
 #ifndef __GEDIT_FIFO_H__
 #define __GEDIT_FIFO_H__
 



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