X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Frle.h;h=6e056d22b76b2340cc1bfdcc94a25b447f94a604;hb=2f1343e2774ac66a35c63ee90535265d67c78feb;hp=61693a6862141ebe5e4f62b3c89014159e49ccb2;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/rle.h b/bertos/mware/rle.h index 61693a68..6e056d22 100644 --- a/bertos/mware/rle.h +++ b/bertos/mware/rle.h @@ -27,31 +27,15 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001 Bernardo Innocenti + * Copyright 1999, 2000, 2001 Bernie Innocenti * * --> * - * \brief General-purpose run-length {en,de}coding algorithm (interface) - * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti + * + * \brief General-purpose run-length {en,de}coding algorithm (interface) */ - -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.3 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.2 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.1 2004/08/04 02:35:54 bernie - *#* Import simple RLE algorithm. - *#* - *#*/ #ifndef RLE_H #define RLE_H