summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-31 08:13:05 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-31 08:13:05 -0600
commit6dce1621b6337dd4e89c60878371395cddf9d88b (patch)
treeb6b4b8ef34cdd262e03e5e163361d658ac4c481b /c/src/lib/libbsp/shared/bootcard.c
parentbsps/sparc: Fix linkcmds part of new network stack (diff)
downloadrtems-6dce1621b6337dd4e89c60878371395cddf9d88b.tar.bz2
bootcard.c: Comment clean up
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c10
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 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 <cjohns@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