summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-02 14:13:44 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-02 15:41:12 -0500
commit1e7ee7173d2ba9575df5ec2f701f02d93c488a6a (patch)
tree8573171066812f18de8a002a37fcfb6a492fec7b /c
parentMRM332 - Remove incorrect $Id$ string and correct file header (diff)
downloadrtems-1e7ee7173d2ba9575df5ec2f701f02d93c488a6a.tar.bz2
LEON2 - Remove bad $Id$ and clean up file header
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/bspdelay.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/bspdelay.c b/c/src/lib/libbsp/sparc/leon2/startup/bspdelay.c
index 9e91101582..cca9377a56 100644
--- a/c/src/lib/libbsp/sparc/leon2/startup/bspdelay.c
+++ b/c/src/lib/libbsp/sparc/leon2/startup/bspdelay.c
@@ -1,14 +1,16 @@
-/*
- * LEON2 BSP Delay Method
+/**
+ * @file
*
+ * LEON2 BSP Delay Method
+ */
+
+/*
* COPYRIGHT (c) 1989-2011.
* 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.com/license/LICENSE.
- *
- * $Id
*/
#include <bsp.h>