From d7955b245e1cc4e890a08a422807e6131fafe123 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Thu, 3 Mar 2022 13:27:32 +0100 Subject: bsps and cpukit: Manual file header clean up Updates #4625. --- cpukit/libmisc/serdbg/serdbg.c | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'cpukit/libmisc/serdbg') 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 | -| | -| 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" -- cgit v1.2.3