summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/display/font_hcms29xx.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-02 11:35:40 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 09:15:19 +0100
commit4a85ce8d6ad7993b2731a3e569a3541a3368f2e6 (patch)
treea86511a594627715a16243cce2503c3b0262035a /bsps/shared/dev/display/font_hcms29xx.c
parentbsps/m68k: Manual file header clean up (diff)
downloadrtems-4a85ce8d6ad7993b2731a3e569a3541a3368f2e6.tar.bz2
bsps/shared: Manual file header clean up
Updates #4625.
Diffstat (limited to 'bsps/shared/dev/display/font_hcms29xx.c')
-rw-r--r--bsps/shared/dev/display/font_hcms29xx.c31
1 files changed, 13 insertions, 18 deletions
diff --git a/bsps/shared/dev/display/font_hcms29xx.c b/bsps/shared/dev/display/font_hcms29xx.c
index 07bf61c3dd..8e8d25f7b6 100644
--- a/bsps/shared/dev/display/font_hcms29xx.c
+++ b/bsps/shared/dev/display/font_hcms29xx.c
@@ -1,21 +1,16 @@
-/*===============================================================*\
-| Project: display driver for HCMS29xx |
-+-----------------------------------------------------------------+
-| File: font_hcms29xx.c |
-+-----------------------------------------------------------------+
-| Copyright (c) 2008 |
-| embedded brains GmbH |
-| Obere Lagerstr. 30 |
-| 82178 Puchheim |
-| Germany |
-| rtems@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 defines the 5x7 bit font used in disp_hcms29xx |
-\*===============================================================*/
+/*
+ * Display driver for HCMS29xx.
+ *
+ * This file defines the 5x7 bit font used in disp_hcms29xx.
+ */
+
+/*
+ * 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.
+ */
#include <stddef.h>
#include "disp_fonts.h"