From: asterix Date: Tue, 20 May 2008 13:47:27 +0000 (+0000) Subject: Remove CVS logs. X-Git-Tag: 2.0.0~639 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=aa5a26b7b1d4660c1d6210b582e7d91d90ab5457;p=bertos.git Remove CVS logs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1295 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/dt/editbool.c b/bertos/dt/editbool.c index 55e94480..89a41034 100644 --- a/bertos/dt/editbool.c +++ b/bertos/dt/editbool.c @@ -29,8 +29,6 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Edit bool widget (implementation). * This widget handles boolean editing. * The boolean value will be displayed using two strings: @@ -40,25 +38,6 @@ * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 18:26:38 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.3 2005/06/08 17:32:33 batt - *#* Switch to new messaging system. - *#* - *#* Revision 1.2 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.1 2005/05/31 11:11:37 batt - *#* Edit bool: first release. - *#* - *#*/ - #include #include
diff --git a/bertos/dt/editbool.h b/bertos/dt/editbool.h index 360484a5..de9766c5 100644 --- a/bertos/dt/editbool.h +++ b/bertos/dt/editbool.h @@ -29,30 +29,12 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Edit bool widget (interface). * * \version $Id$ * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 18:26:38 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.2 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.1 2005/05/31 11:11:37 batt - *#* Edit bool: first release. - *#* - *#*/ - #ifndef DT_EDITBOOL_H #define DT_EDITBOOL_H