eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/wxwin searchpanel.h searchpanel.cc


From: eliot-dev
Subject: [Eliot-dev] eliot/wxwin searchpanel.h searchpanel.cc
Date: Mon, 26 Dec 2005 12:23:17 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Antoine Fraboulet <address@hidden>      05/12/26 12:23:17

Modified files:
        wxwin          : searchpanel.h searchpanel.cc 

Log message:
        copyright and docygen comment update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/wxwin/searchpanel.h.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/wxwin/searchpanel.cc.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: eliot/wxwin/searchpanel.cc
diff -u eliot/wxwin/searchpanel.cc:1.12 eliot/wxwin/searchpanel.cc:1.13
--- eliot/wxwin/searchpanel.cc:1.12     Sat Nov  5 17:33:06 2005
+++ eliot/wxwin/searchpanel.cc  Mon Dec 26 12:23:17 2005
@@ -1,13 +1,14 @@
 /* Eliot                                                                     */
 /* Copyright (C) 1999  Antoine Fraboulet                                     */
-/* address@hidden                                                 */
 /*                                                                           */
-/* This program is free software; you can redistribute it and/or modify      */
+/* This file is part of Eliot.                                               */
+/*                                                                           */
+/* Eliot 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,           */
+/* Eliot 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.                              */
@@ -16,6 +17,13 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
+/**
+ *  \file   searchpanel.cc
+ *  \brief  Panel used in Eliot search window
+ *  \author Antoine Fraboulet
+ *  \date   2005
+ */
+
 #include <string.h>
 #include "wx/panel.h"
 #include "wx/textctrl.h"
Index: eliot/wxwin/searchpanel.h
diff -u eliot/wxwin/searchpanel.h:1.3 eliot/wxwin/searchpanel.h:1.4
--- eliot/wxwin/searchpanel.h:1.3       Fri Nov  4 20:00:06 2005
+++ eliot/wxwin/searchpanel.h   Mon Dec 26 12:23:17 2005
@@ -1,13 +1,14 @@
 /* Eliot                                                                     */
 /* Copyright (C) 1999  Antoine Fraboulet                                     */
-/* address@hidden                                                 */
 /*                                                                           */
-/* This program is free software; you can redistribute it and/or modify      */
+/* This file is part of Eliot.                                               */
+/*                                                                           */
+/* Eliot 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,           */
+/* Eliot 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.                              */
@@ -17,6 +18,14 @@
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
 // -*- C++ -*-
+
+/**
+ *  \file   searchpanel.h
+ *  \brief  Panel used in Eliot search window
+ *  \author Antoine Fraboulet
+ *  \date   2005
+ */
+
 #ifndef _SEARCHPANEL_H
 #define _SEARCHPANEL_H
 #include "wx/notebook.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]