[rtems commit] m68k/gen68360/spi/m360_spi.c: Manual file header clean up
    Christian Mauderer 
    christianm at rtems.org
       
    Thu Mar 10 08:06:48 UTC 2022
    
    
  
Module:    rtems
Branch:    master
Commit:    8c6bf983ba03a4a678041e59d796be410c0839cc
Changeset: http://git.rtems.org/rtems/commit/?id=8c6bf983ba03a4a678041e59d796be410c0839cc
Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Mar  1 14:56:32 2022 -0600
m68k/gen68360/spi/m360_spi.c: Manual file header clean up
Updates #4625.
---
 bsps/m68k/gen68360/spi/m360_spi.c | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)
diff --git a/bsps/m68k/gen68360/spi/m360_spi.c b/bsps/m68k/gen68360/spi/m360_spi.c
index f60b5b6..07bcdf8 100644
--- a/bsps/m68k/gen68360/spi/m360_spi.c
+++ b/bsps/m68k/gen68360/spi/m360_spi.c
@@ -1,21 +1,16 @@
-/*===============================================================*\
-| Project: RTEMS support for PGH360                               |
-+-----------------------------------------------------------------+
-|                    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 contains the M360 SPI driver                          |
-\*===============================================================*/
+/*
+ * This file contains the M360 SPI driver
+ */
+
+/*
+ * 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 <stdlib.h>
 #include <bsp.h>
 #include <rtems/m68k/m68360.h>
    
    
More information about the vc
mailing list