Yasumichi Akahoshi
yasum****@users*****
2005年 5月 20日 (金) 23:45:55 JST
Index: cxplorer/src/cxp-dir-view.c diff -u cxplorer/src/cxp-dir-view.c:1.19 cxplorer/src/cxp-dir-view.c:1.20 --- cxplorer/src/cxp-dir-view.c:1.19 Sun May 15 00:06:37 2005 +++ cxplorer/src/cxp-dir-view.c Fri May 20 23:45:55 2005 @@ -1,3 +1,20 @@ +/* $Id: cxp-dir-view.c,v 1.20 2005/05/20 14:45:55 yasumichi Exp $ */ +/* + * 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 Library 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. + */ + #ifdef HAVE_CONFIG_H # include <config.h> #endif @@ -47,6 +64,9 @@ static GObjectClass *parent_class = NULL; static guint cxp_dir_view_signals[LAST_SIGNAL] = { 0 }; +/* + * Prototype declaration of private method + */ static void cxp_dir_view_init (GTypeInstance * instance, gpointer g_class); static void cxp_dir_view_class_init (CxpDirViewClass * klass); static void cxp_dir_view_dispose (GObject * obj); Index: cxplorer/src/cxp-dir-view.h diff -u cxplorer/src/cxp-dir-view.h:1.9 cxplorer/src/cxp-dir-view.h:1.10 --- cxplorer/src/cxp-dir-view.h:1.9 Sat May 7 23:10:19 2005 +++ cxplorer/src/cxp-dir-view.h Fri May 20 23:45:55 2005 @@ -1,3 +1,20 @@ +/* $Id: cxp-dir-view.h,v 1.10 2005/05/20 14:45:55 yasumichi Exp $ */ +/* + * 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 Library 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 CXP_DIR_VIEW_H #define CXP_DIR_VIEW_H