summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-03 13:27:32 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 09:15:19 +0100
commitd7955b245e1cc4e890a08a422807e6131fafe123 (patch)
treeb700b1e9f65941a2616fc79967d85c283cdb7789 /cpukit/libmisc
parentbsps/powerpc/gen5200: Manual file header clean up (diff)
downloadrtems-d7955b245e1cc4e890a08a422807e6131fafe123.tar.bz2
bsps and cpukit: Manual file header clean up
Updates #4625.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/fsmount/fsmount.c16
-rw-r--r--cpukit/libmisc/serdbg/serdbg.c33
2 files changed, 23 insertions, 26 deletions
diff --git a/cpukit/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c
index 190d0dd511..deb8e8b56a 100644
--- a/cpukit/libmisc/fsmount/fsmount.c
+++ b/cpukit/libmisc/fsmount/fsmount.c
@@ -7,18 +7,18 @@
*/
/*
- * Copyright (c) 2003 IMD
- * Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
- * <Thomas.Doerfler@imd-systems.de>
- * all rights reserved
- *
* This file contains the fsmount functions. These functions
* are used to mount a list of filesystems (and create their mount
* points before).
+ */
+
+/*
+ * Copyright (c) 2003 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
+ * 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.
+ * 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 HAVE_CONFIG_H
diff --git a/cpukit/libmisc/serdbg/serdbg.c b/cpukit/libmisc/serdbg/serdbg.c
index 5460567fd5..817564edb7 100644
--- a/cpukit/libmisc/serdbg/serdbg.c
+++ b/cpukit/libmisc/serdbg/serdbg.c
@@ -1,21 +1,18 @@
-/*===============================================================*\
-| Project: RTEMS remote gdb over serial line |
-+-----------------------------------------------------------------+
-| File: serdbg.c |
-+-----------------------------------------------------------------+
-| Copyright (c) 2002 IMD |
-| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler |
-| <Thomas.Doerfler@imd-systems.de> |
-| all rights reserved |
-+-----------------------------------------------------------------+
-| this file contains intialization and utility functions to add |
-| a gdb remote debug stub to an RTEMS system |
-| |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 04.04.02 creation doe |
-\*===============================================================*/
+/*
+ * RTEMS remote gdb over serial line
+ *
+ * This file contains intialization and utility functions to add
+ * a gdb remote debug stub to an RTEMS system.
+ */
+
+/*
+ * Copyright (c) 2002 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
+ * 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.
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"