gnome-commander r2392 - in trunk: plugins/cvs src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2392 - in trunk: plugins/cvs src
- Date: Tue, 6 Jan 2009 18:58:47 +0000 (UTC)
Author: epiotr
Date: Tue Jan 6 18:58:47 2009
New Revision: 2392
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2392&view=rev
Log:
Code cleanup
Modified:
trunk/plugins/cvs/interface.c
trunk/plugins/cvs/interface.h
trunk/plugins/cvs/parser.l
trunk/src/gnome-cmd-about-plugin.h
Modified: trunk/plugins/cvs/interface.c
==============================================================================
--- trunk/plugins/cvs/interface.c (original)
+++ trunk/plugins/cvs/interface.c Tue Jan 6 18:58:47 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: trunk/plugins/cvs/interface.h
==============================================================================
--- trunk/plugins/cvs/interface.h (original)
+++ trunk/plugins/cvs/interface.h Tue Jan 6 18:58:47 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: trunk/plugins/cvs/parser.l
==============================================================================
--- trunk/plugins/cvs/parser.l (original)
+++ trunk/plugins/cvs/parser.l Tue Jan 6 18:58:47 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: trunk/src/gnome-cmd-about-plugin.h
==============================================================================
--- trunk/src/gnome-cmd-about-plugin.h (original)
+++ trunk/src/gnome-cmd-about-plugin.h Tue Jan 6 18:58:47 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]