summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-11-07 17:22:23 +0000
committerEric Norum <WENorum@lbl.gov>2005-11-07 17:22:23 +0000
commit12b36efe3936aef1b312753f91e3f7aa08746495 (patch)
treeb21a5eac0c016f15015d580ba682f36d01b5ff55 /c/src/lib/libbsp/m68k/uC5282/startup/init5282.c
parentFixed formatting. (diff)
downloadrtems-12b36efe3936aef1b312753f91e3f7aa08746495.tar.bz2
Assign copyright to OAR since all files descend from OAR's source.
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/startup/init5282.c')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/init5282.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c b/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c
index d59268c49c..ef17f5ae99 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c
@@ -1,10 +1,19 @@
/*
- * This is where the real hardware setup is done. A minimal stack
- * has been provided by the start.S code. No normal C or RTEMS
- * functions can be called from here.
+ * This is where the real hardware setup is done. A minimal stack
+ * has been provided by the start.S code. No normal C or RTEMS
+ * functions can be called from here.
*
* This routine is pretty simple for the uC5282 because all the hard
* work has been done by the bootstrap dBUG code.
+ *
+ * Author: W. Eric Norum <norume@aps.anl.gov>
+ *
+ * COPYRIGHT (c) 2005.
+ * 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.OARcorp.com/rtems/license.html.
*/
#include <rtems.h>