X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fpgm.h;h=3fac0c72c584eb7ffc72005115e54f592fc560c2;hb=6eb6ebb5ae5953a27977f0ef66a36344462b949a;hp=eebe87fe1107a8a716f5ce63632a5303759d82e5;hpb=4b681f454badd9055c35b60d9a3ecd8da11c4b80;p=bertos.git diff --git a/bertos/cpu/pgm.h b/bertos/cpu/pgm.h index eebe87fe..3fac0c72 100644 --- a/bertos/cpu/pgm.h +++ b/bertos/cpu/pgm.h @@ -26,8 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2005 ,2006, 2007 Develer S.r.l. (http://www.develer.com/) - * + * Copyright 2005, 2006, 2007, 2008 Develer S.r.l. (http://www.develer.com/) * --> * * \brief Support for reading program memory on Harvard architectures. @@ -43,6 +42,9 @@ * * \note This module contains code ripped out from avr-libc, * which is distributed under a 3-clause BSD license. + * + * \version $Id$ + * \author Bernie Innocenti */ #ifndef MWARE_PGM_H #define MWARE_PGM_H