X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Falgo%2Fcrc.c;h=684ddbd9c1868041d893cb1917b8fdca78df90a1;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=d465e260bfbe059d32010745bc2af801346a85f6;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/crc.c b/bertos/algo/crc.c index d465e260..684ddbd9 100644 --- a/bertos/algo/crc.c +++ b/bertos/algo/crc.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief CRC table and support routines * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "crc.h"