X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Frle.c;h=66701e94eea0c05d190100e286595d3e1a728c47;hb=bad932366898b7153f2cba75c06cec2d86f35fe1;hp=3231833b74b3ff8e7a82cbf4fa06721060f45def;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/rle.c b/bertos/mware/rle.c index 3231833b..66701e94 100644 --- a/bertos/mware/rle.c +++ b/bertos/mware/rle.c @@ -27,7 +27,7 @@ * 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 * * --> * @@ -36,25 +36,9 @@ * Original source code from http://www.compuphase.com/compress.htm * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ -/*#* - *#* $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. - *#* - *#*/ - #include "rle.h"