From 2e516dd46f495ed3a2073290e4da1eda8ddff98a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Mar 2016 11:24:33 -0600 Subject: pc386/startup/bspstart.c: Reformat and cleanup file header --- c/src/lib/libbsp/i386/pc386/startup/bspstart.c | 56 +++++++++++++------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c index 4803df83c8..34cff0b917 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c @@ -1,32 +1,30 @@ -/*-------------------------------------------------------------------------+ -| This file contains the PC386 BSP startup package. It includes application, -| board, and monitor specific initialization and configuration. The generic CPU -| dependent initialization has been performed before this routine is invoked. -+--------------------------------------------------------------------------+ -| (C) Copyright 1997 - -| - NavIST Group - Real-Time Distributed Systems and Industrial Automation -| -| http://pandora.ist.utl.pt -| -| Instituto Superior Tecnico * Lisboa * PORTUGAL -+--------------------------------------------------------------------------+ -| Disclaimer: -| -| This file is provided "AS IS" without warranty of any kind, either -| expressed or implied. -+--------------------------------------------------------------------------+ -| This code is based on: -| bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP -| With the following copyright notice: -| ************************************************************************** -| * COPYRIGHT (c) 1989-2008. -| * On-Line Applications Research Corporation (OAR). -| * -| * 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. -| ************************************************************************** -+--------------------------------------------------------------------------*/ +/** + * @file + * + * This file contains the PC386 BSP startup package. It includes application, + * board, and monitor specific initialization and configuration. + */ + +/* + * This file was initially written by Joel Sherrill as part of the go32 BSP. + * It was subsequently adapted as part of the pc386 BSP by developers from + * the NavIST Group in 1997. + * + * COPYRIGHT (c) 1989-2008, 2016. + * On-Line Applications Research Corporation (OAR). + * + * 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. + * + * (C) Copyright 1997 - + * - NavIST Group - Real-Time Distributed Systems and Industrial Automation + * Instituto Superior Tecnico * Lisboa * PORTUGAL (http://pandora.ist.utl.pt) + * + * NavISY Disclaimer: + * This file is provided "AS IS" without warranty of any kind, either + * expressed or implied. + */ #include #include -- cgit v1.2.3