X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fhex.c;h=01c41642052419383632fdcfeb0211aaa6255a71;hb=17dbfa90b14431b6b3343486c0062e22dd457826;hp=be2d33e4f40c11d2618d52a825a4cb6924c50e75;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/mware/hex.c b/mware/hex.c index be2d33e4..01c41642 100644 --- a/mware/hex.c +++ b/mware/hex.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2005 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief Poor man's hex arrays (implementation). @@ -37,18 +37,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.3 2006/02/10 11:30:48 bernie - *#* C++ fixes. - *#* - *#* Revision 1.2 2005/03/01 23:32:05 bernie - *#* Give due credit for this astounding creation. - *#* - *#*/ #include "hex.h"