[rtems commit] bootcard.c: Comment clean up

Joel Sherrill joel at rtems.org
Fri Jan 31 14:05:46 UTC 2014


Module:    rtems
Branch:    master
Commit:    6dce1621b6337dd4e89c60878371395cddf9d88b
Changeset: http://git.rtems.org/rtems/commit/?id=6dce1621b6337dd4e89c60878371395cddf9d88b

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Fri Jan 31 08:13:05 2014 -0600

bootcard.c: Comment clean up

---

 c/src/lib/libbsp/shared/bootcard.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 1509431..8a21bc0 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 <cjohns at plessey.com.au> 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




More information about the vc mailing list