summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-02 14:21:56 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-02 15:41:13 -0500
commit853ab2befa19085c5b735b9490ab1e7c56a7928e (patch)
tree4e4ac24196231769ce826cdde54b28c5e0556488 /c
parentscore603e - Remove bad $Id$ and clean up file header (diff)
downloadrtems-853ab2befa19085c5b735b9490ab1e7c56a7928e.tar.bz2
libchip hcms29xx - Remove odd $Id$ and clean up file header
Diffstat (limited to 'c')
-rw-r--r--c/src/libchip/display/disp_fonts.h3
-rw-r--r--c/src/libchip/display/disp_hcms29xx.c2
-rw-r--r--c/src/libchip/display/disp_hcms29xx.h5
-rw-r--r--c/src/libchip/display/font_hcms29xx.c4
-rw-r--r--c/src/libchip/display/font_hcms29xx.h4
5 files changed, 1 insertions, 17 deletions
diff --git a/c/src/libchip/display/disp_fonts.h b/c/src/libchip/display/disp_fonts.h
index 3cb55ac3fa..1031ad170d 100644
--- a/c/src/libchip/display/disp_fonts.h
+++ b/c/src/libchip/display/disp_fonts.h
@@ -12,13 +12,10 @@
+-----------------------------------------------------------------+
| The license and distribution terms for this file may be |
| found in the file LICENSE in this distribution or at |
-| |
| http://www.rtems.com/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| This file declares general data structures for font management |
-+-----------------------------------------------------------------+
-| $Id$
\*===============================================================*/
#ifndef DISP_FONTS_H
diff --git a/c/src/libchip/display/disp_hcms29xx.c b/c/src/libchip/display/disp_hcms29xx.c
index e9b50735f8..030dd6bea6 100644
--- a/c/src/libchip/display/disp_hcms29xx.c
+++ b/c/src/libchip/display/disp_hcms29xx.c
@@ -12,9 +12,7 @@
+-----------------------------------------------------------------+
| The license and distribution terms for this file may be |
| found in the file LICENSE in this distribution or at |
-| |
| http://www.rtems.com/license/LICENSE. |
-| |
+-----------------------------------------------------------------+
| this file contains the SPI based driver for a HCMS29xx 4 digit |
| alphanumeric LED display |
diff --git a/c/src/libchip/display/disp_hcms29xx.h b/c/src/libchip/display/disp_hcms29xx.h
index 6898205c07..d2e730bb9f 100644
--- a/c/src/libchip/display/disp_hcms29xx.h
+++ b/c/src/libchip/display/disp_hcms29xx.h
@@ -12,15 +12,12 @@
+-----------------------------------------------------------------+
| The license and distribution terms for this file may be |
| found in the file LICENSE in this distribution or at |
-| |
| http://www.rtems.com/license/LICENSE. |
-| |
+-----------------------------------------------------------------+
| this file declares the SPI based driver for a HCMS29xx 4 digit |
| alphanumeric LED display |
-+-----------------------------------------------------------------+
-| $Id$
\*===============================================================*/
+
#ifndef _DISP_HCMS29XX_H
#define _DISP_HCMS29XX_H
#include <rtems.h>
diff --git a/c/src/libchip/display/font_hcms29xx.c b/c/src/libchip/display/font_hcms29xx.c
index 1262af9043..afea399168 100644
--- a/c/src/libchip/display/font_hcms29xx.c
+++ b/c/src/libchip/display/font_hcms29xx.c
@@ -12,13 +12,9 @@
+-----------------------------------------------------------------+
| The license and distribution terms for this file may be |
| found in the file LICENSE in this distribution or at |
-| |
| http://www.rtems.com/license/LICENSE. |
-| |
+-----------------------------------------------------------------+
| This file defines the 5x7 bit font used in disp_hcms29xx |
-+-----------------------------------------------------------------+
-| $Id$
\*===============================================================*/
#include <stddef.h>
diff --git a/c/src/libchip/display/font_hcms29xx.h b/c/src/libchip/display/font_hcms29xx.h
index d0e67bbbcb..48a8e1b36a 100644
--- a/c/src/libchip/display/font_hcms29xx.h
+++ b/c/src/libchip/display/font_hcms29xx.h
@@ -12,13 +12,9 @@
+-----------------------------------------------------------------+
| The license and distribution terms for this file may be |
| found in the file LICENSE in this distribution or at |
-| |
| http://www.rtems.com/license/LICENSE. |
-| |
+-----------------------------------------------------------------+
| This file declares the 5x7 bit font used in disp_hcms29xx |
-+-----------------------------------------------------------------+
-| $Id$
\*===============================================================*/
#ifndef FONT_HCMS29XX_H