gedit r6633 - in trunk: . plugin-loaders/c plugin-loaders/python



Author: jessevdk
Date: Sat Nov 29 17:25:56 2008
New Revision: 6633
URL: http://svn.gnome.org/viewvc/gedit?rev=6633&view=rev

Log:
	* plugin-loaders/c/plugin-loader-c.[ch]:
	* plugin-loaders/c/plugin-loader-python.[ch]:
	
	Added license texts.


Modified:
   trunk/ChangeLog
   trunk/plugin-loaders/c/gedit-plugin-loader-c.c
   trunk/plugin-loaders/c/gedit-plugin-loader-c.h
   trunk/plugin-loaders/python/gedit-plugin-loader-python.c
   trunk/plugin-loaders/python/gedit-plugin-loader-python.h

Modified: trunk/plugin-loaders/c/gedit-plugin-loader-c.c
==============================================================================
--- trunk/plugin-loaders/c/gedit-plugin-loader-c.c	(original)
+++ trunk/plugin-loaders/c/gedit-plugin-loader-c.c	Sat Nov 29 17:25:56 2008
@@ -1,3 +1,25 @@
+/*
+ * gedit-plugin-loader-c.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 - 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., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA. 
+ */
+
 #include "gedit-plugin-loader-c.h"
 #include <gedit/gedit-object-module.h>
 

Modified: trunk/plugin-loaders/c/gedit-plugin-loader-c.h
==============================================================================
--- trunk/plugin-loaders/c/gedit-plugin-loader-c.h	(original)
+++ trunk/plugin-loaders/c/gedit-plugin-loader-c.h	Sat Nov 29 17:25:56 2008
@@ -1,3 +1,25 @@
+/*
+ * gedit-plugin-loader-c.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 - 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., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA. 
+ */
+
 #ifndef __GEDIT_PLUGIN_LOADER_C_H__
 #define __GEDIT_PLUGIN_LOADER_C_H__
 

Modified: trunk/plugin-loaders/python/gedit-plugin-loader-python.c
==============================================================================
--- trunk/plugin-loaders/python/gedit-plugin-loader-python.c	(original)
+++ trunk/plugin-loaders/python/gedit-plugin-loader-python.c	Sat Nov 29 17:25:56 2008
@@ -1,3 +1,25 @@
+/*
+ * gedit-plugin-loader-python.c
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 - 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., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA. 
+ */
+
 #include "gedit-plugin-loader-python.h"
 #include "gedit-plugin-python.h"
 #include <gedit/gedit-object-module.h>

Modified: trunk/plugin-loaders/python/gedit-plugin-loader-python.h
==============================================================================
--- trunk/plugin-loaders/python/gedit-plugin-loader-python.h	(original)
+++ trunk/plugin-loaders/python/gedit-plugin-loader-python.h	Sat Nov 29 17:25:56 2008
@@ -1,3 +1,25 @@
+/*
+ * gedit-plugin-loader-python.h
+ * This file is part of gedit
+ *
+ * Copyright (C) 2008 - 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., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA. 
+ */
+
 #ifndef __GEDIT_PLUGIN_LOADER_PYTHON_H__
 #define __GEDIT_PLUGIN_LOADER_PYTHON_H__
 



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