[rtems commit] libchip hcms29xx - Remove odd $Id$ and clean up file header
Joel Sherrill
joel at rtems.org
Wed May 2 20:38:12 UTC 2012
Module: rtems
Branch: master
Commit: 853ab2befa19085c5b735b9490ab1e7c56a7928e
Changeset: http://git.rtems.org/rtems/commit/?id=853ab2befa19085c5b735b9490ab1e7c56a7928e
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Wed May 2 14:21:56 2012 -0500
libchip hcms29xx - Remove odd $Id$ and clean up file header
---
c/src/libchip/display/disp_fonts.h | 3 ---
c/src/libchip/display/disp_hcms29xx.c | 2 --
c/src/libchip/display/disp_hcms29xx.h | 5 +----
c/src/libchip/display/font_hcms29xx.c | 4 ----
c/src/libchip/display/font_hcms29xx.h | 4 ----
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 3cb55ac..1031ad1 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 e9b5073..030dd6b 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 6898205..d2e730b 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 1262af9..afea399 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 d0e67bb..48a8e1b 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
More information about the vc
mailing list