gnome-commander r2393 - in branches/gcmd-1-3: plugins/cvs src



Author: epiotr
Date: Tue Jan  6 18:59:37 2009
New Revision: 2393
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2393&view=rev

Log:
Code cleanup

Modified:
   branches/gcmd-1-3/plugins/cvs/interface.c
   branches/gcmd-1-3/plugins/cvs/interface.h
   branches/gcmd-1-3/plugins/cvs/parser.l
   branches/gcmd-1-3/src/gnome-cmd-about-plugin.h

Modified: branches/gcmd-1-3/plugins/cvs/interface.c
==============================================================================
--- branches/gcmd-1-3/plugins/cvs/interface.c	(original)
+++ branches/gcmd-1-3/plugins/cvs/interface.c	Tue Jan  6 18:59:37 2009
@@ -1,3 +1,23 @@
+/*
+    GNOME Commander - A GNOME based file manager
+    Copyright (C) 2001-2006 Marcus Bjurman
+    Copyright (C) 2007-2009 Piotr Eljasiak
+
+    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.
+*/
+
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif

Modified: branches/gcmd-1-3/plugins/cvs/interface.h
==============================================================================
--- branches/gcmd-1-3/plugins/cvs/interface.h	(original)
+++ branches/gcmd-1-3/plugins/cvs/interface.h	Tue Jan  6 18:59:37 2009
@@ -1,3 +1,23 @@
+/*
+    GNOME Commander - A GNOME based file manager
+    Copyright (C) 2001-2006 Marcus Bjurman
+    Copyright (C) 2007-2009 Piotr Eljasiak
+
+    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.
+*/
+
 GtkWidget *create_log_win  (CvsPlugin *plugin);
 GtkWidget *create_diff_win (CvsPlugin *plugin);
 

Modified: branches/gcmd-1-3/plugins/cvs/parser.l
==============================================================================
--- branches/gcmd-1-3/plugins/cvs/parser.l	(original)
+++ branches/gcmd-1-3/plugins/cvs/parser.l	Tue Jan  6 18:59:37 2009
@@ -1,4 +1,25 @@
 /*
+    GNOME Commander - A GNOME based file manager
+    Copyright (C) 2001-2006 Marcus Bjurman
+    Copyright (C) 2007-2009 Piotr Eljasiak
+
+    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.
+*/
+
+
+/*
 
 RCS file: /cvsroot/gcmd/gnome-commander/src/main.c,v
 Working file: main.c

Modified: branches/gcmd-1-3/src/gnome-cmd-about-plugin.h
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-about-plugin.h	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-about-plugin.h	Tue Jan  6 18:59:37 2009
@@ -1,7 +1,7 @@
 /* Ripped from libgnomeui and adjusted to my needs. Original comments left intact below.
 
-    Copyright (C) 2003-2006 Marcus Bjurman <marbj499 student liu se>
-     Copyright (C) 2007-2008 Piotr Eljasiak <epiotr use pl>
+    Copyright (C) 2003-2006 Marcus Bjurman
+    Copyright (C) 2007-2009 Piotr Eljasiak
 */
 
  /* gnome-about.h - An about box widget for gnome.



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