summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/i2c/spi-fram-fm25l256.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/i2c/spi-fram-fm25l256.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/i2c/spi-fram-fm25l256.c')
-rw-r--r--bsps/shared/dev/i2c/spi-fram-fm25l256.c28
1 files changed, 11 insertions, 17 deletions
diff --git a/bsps/shared/dev/i2c/spi-fram-fm25l256.c b/bsps/shared/dev/i2c/spi-fram-fm25l256.c
index 698e6cf2cd..509b4686ca 100644
--- a/bsps/shared/dev/i2c/spi-fram-fm25l256.c
+++ b/bsps/shared/dev/i2c/spi-fram-fm25l256.c
@@ -1,20 +1,14 @@
-/*===============================================================*\
-| Project: SPI driver for FM25L256 like spi fram device |
-+-----------------------------------------------------------------+
-| 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. |
-| |
-+-----------------------------------------------------------------+
-\*===============================================================*/
+/*
+ * SPI driver for FM25L256 like spi fram device.
+ */
+
+/*
+ * 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 <rtems.h>
#include <rtems/libi2c.h>