[rtems commit] bsps/include/libchip/spi-memdrv.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:    3a17ee8e45c7a94d08cfc1ea969d95c3f594b13a
Changeset: http://git.rtems.org/rtems/commit/?id=3a17ee8e45c7a94d08cfc1ea969d95c3f594b13a

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

bsps/include/libchip/spi-memdrv.h: Manual file header clean up

Updates #4625.

---

 bsps/include/libchip/spi-memdrv.h | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/bsps/include/libchip/spi-memdrv.h b/bsps/include/libchip/spi-memdrv.h
index ed4aa55..04feccc 100644
--- a/bsps/include/libchip/spi-memdrv.h
+++ b/bsps/include/libchip/spi-memdrv.h
@@ -1,21 +1,14 @@
-/*===============================================================*\
-| Project: SPI driver for spi memory devices                      |
-+-----------------------------------------------------------------+
-|                    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.                           |
-|                                                                 |
-+-----------------------------------------------------------------+
-\*===============================================================*/
+/*
+ * SPI driver for spi memory devices
+ */
 
+/*
+ * 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 _LIBCHIP_SPI_MEMDRV_H
 #define _LIBCHIP_SPI_MEMDRV_H



More information about the vc mailing list