[rtems commit] bsps/include/libchip/disp_hcms29xx.h: Manual file header clean up

Christian Mauderer christianm at rtems.org
Thu Mar 10 08:06:48 UTC 2022


Module:    rtems
Branch:    master
Commit:    100873796b1365704491dfc86c5093363e2b40d5
Changeset: http://git.rtems.org/rtems/commit/?id=100873796b1365704491dfc86c5093363e2b40d5

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Mar  1 15:07:39 2022 -0600

bsps/include/libchip/disp_hcms29xx.h: Manual file header clean up

Updates #4625.

---

 bsps/include/libchip/disp_hcms29xx.h | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/bsps/include/libchip/disp_hcms29xx.h b/bsps/include/libchip/disp_hcms29xx.h
index 84b74b6..bcaf25f 100644
--- a/bsps/include/libchip/disp_hcms29xx.h
+++ b/bsps/include/libchip/disp_hcms29xx.h
@@ -1,22 +1,16 @@
-/*===============================================================*\
-| Project: display driver for HCMS29xx                            |
-+-----------------------------------------------------------------+
-| File: disp_hcms29xx.h                                           |
-+-----------------------------------------------------------------+
-|                    Copyright (c) 2008                           |
-|                    Embedded Brains GmbH                         |
-|                    Obere Lagerstr. 30                           |
-|                    D-82178 Puchheim                             |
-|                    Germany                                      |
-|                    rtems at embedded-brains.de                     |
-+-----------------------------------------------------------------+
-| The license and distribution terms for this file may be         |
-| found in the file LICENSE in this distribution or at            |
-| http://www.rtems.org/license/LICENSE.                           |
-+-----------------------------------------------------------------+
-| this file declares the SPI based driver for a HCMS29xx 4 digit  |
-| alphanumeric LED display                                        |
-\*===============================================================*/
+/*
+ * Display driver for HCMS29xx
+ *
+ * This file declares the SPI based driver for a HCMS29xx 4 digit
+ * alphanumeric LED display
+ */
+
+/*
+ * Copyright (c) 2008 embedded brains GmbH. All rights reserved.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
 
 #ifndef _DISP_HCMS29XX_H
 #define _DISP_HCMS29XX_H



More information about the vc mailing list