From 6dce1621b6337dd4e89c60878371395cddf9d88b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 Jan 2014 08:13:05 -0600 Subject: bootcard.c: Comment clean up --- c/src/lib/libbsp/shared/bootcard.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/shared/bootcard.c') diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c index 1509431f54..8a21bc00e0 100644 --- a/c/src/lib/libbsp/shared/bootcard.c +++ b/c/src/lib/libbsp/shared/bootcard.c @@ -4,9 +4,7 @@ * @ingroup bsp_bootcard * * @brief Standard system startup. - */ - -/* + * * This is the C entry point for ALL RTEMS BSPs. It is invoked * from the assembly language initialization file usually called * start.S. It provides the framework for the BSP initialization @@ -37,8 +35,10 @@ * constructors are executed after RTEMS is initialized. * Thanks to Chris Johns for the idea * to move C++ global constructors into the first task. - * - * COPYRIGHT (c) 1989-2011. + */ + +/* + * COPYRIGHT (c) 1989-2014. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be -- cgit v1.2.3