Update to new naming scheme in mware/gfx.c.
[bertos.git] / mware / font.c
index 58e00e033785f4c5f57e4aaf11b038c584574cbc..b8e4fef9927f35e237519a1535cb292405824504 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright (C) 2001 Bernardo Innocenti <bernie@codewiz.org>
  * Copyright (C) 2003,2004 Develer S.r.l. (http://www.develer.com/)
- * All Rights Reserved.
+ * This file is part of DevLib - See devlib/README for information.
  * -->
  *
  * \version $Id$
  * \brief Font 8x6 IBM-PC 8bit
  */
 
-/*
- * $Log$
- * Revision 1.1  2004/05/23 15:43:16  bernie
- * Import mware modules.
- *
- * Revision 1.5  2004/03/24 15:48:53  bernie
- * Remove Copyright messages from Doxygen output
- *
- * Revision 1.4  2004/03/03 18:30:17  bernie
- * Substitute left triangle glyph with left arrow
- *
- * Revision 1.3  2004/02/28 14:48:33  aleph
- * Improve arrow glyphs
- *
- * Revision 1.2  2004/01/13 12:15:28  aleph
- * Move font table in program memory; add font.h
- *
- * Revision 1.1  2004/01/07 23:31:54  aleph
- * Add text routines
- *
- */
+/*#*
+ *#* $Log$
+ *#* Revision 1.3  2004/08/25 14:12:09  rasky
+ *#* Aggiornato il comment block dei log RCS
+ *#*
+ *#* Revision 1.2  2004/06/03 11:27:09  bernie
+ *#* Add dual-license information.
+ *#*
+ *#* Revision 1.1  2004/05/23 15:43:16  bernie
+ *#* Import mware modules.
+ *#*
+ *#* Revision 1.5  2004/03/24 15:48:53  bernie
+ *#* Remove Copyright messages from Doxygen output
+ *#*
+ *#* Revision 1.4  2004/03/03 18:30:17  bernie
+ *#* Substitute left triangle glyph with left arrow
+ *#*
+ *#* Revision 1.3  2004/02/28 14:48:33  aleph
+ *#* Improve arrow glyphs
+ *#*
+ *#* Revision 1.2  2004/01/13 12:15:28  aleph
+ *#* Move font table in program memory; add font.h
+ *#*
+ *#* Revision 1.1  2004/01/07 23:31:54  aleph
+ *#* Add text routines
+ *#*
+ *#*/
 
 #include "font.h"