From: bernie Date: Wed, 13 Aug 2008 10:33:56 +0000 (+0000) Subject: pgm, byteorder: fix headers X-Git-Tag: 2.0.0~299 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=734cd5300d75a1624fe328eb9917d0cb842e0e41;p=bertos.git pgm, byteorder: fix headers git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1635 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/byteorder.h b/bertos/cpu/byteorder.h index 3dd7825e..805a4f5f 100644 --- a/bertos/cpu/byteorder.h +++ b/bertos/cpu/byteorder.h @@ -27,13 +27,11 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * * --> * * \brief Functions to convert integers to/from host byte-order. * * \version $Id$ - * * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/cpu/pgm.h b/bertos/cpu/pgm.h index eebe87fe..d5db5dec 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